NVF: rename project folder and fix weekly cleenup

This commit is contained in:
Jurn Wubben 2025-03-09 15:33:43 +01:00
parent cce4b99dee
commit 4b42a5ca94

View file

@ -4,8 +4,8 @@
# weekly cleanup
clean = {
enable = true;
extraArgs = "--keep-since 30d";
extraArgs = "--keep-since 7d";
};
flake = "/home/jsw/NixOS";
flake = "/home/jsw/NiksOS";
};
}