Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
_: {
|
||||
# nh default flake
|
||||
environment.variables.NH_FLAKE = "/etc/nixos";
|
||||
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
# weekly cleanup
|
||||
clean = {
|
||||
enable = true;
|
||||
extraArgs = "--keep-since 7d";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user