Cleanup and documentation
This commit is contained in:
parent
0556712d59
commit
2351c09b7b
8 changed files with 16 additions and 69 deletions
|
|
@ -32,10 +32,6 @@
|
|||
];
|
||||
trusted-users = [ "jan" ];
|
||||
};
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
};
|
||||
};
|
||||
|
||||
users.users.jan = {
|
||||
|
|
@ -61,10 +57,10 @@
|
|||
|
||||
nh = {
|
||||
enable = true;
|
||||
# clean = { ## nix.gc already handles this
|
||||
# enable = true;
|
||||
# extraArgs = "--keep-since 4d --keep 3";
|
||||
# };
|
||||
clean = {
|
||||
enable = true;
|
||||
extraArgs = "--keep-since 7d --keep 3";
|
||||
};
|
||||
flake = "${config.users.users.jan.home}/.config/nix";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue