feat: better nh settings.
This commit is contained in:
parent
e5d504eb13
commit
a2cb9b76bc
2 changed files with 1 additions and 7 deletions
|
|
@ -156,12 +156,6 @@
|
|||
];
|
||||
};
|
||||
|
||||
# Optimise storage
|
||||
nix.optimise = {
|
||||
automatic = true;
|
||||
dates = ["weekly"];
|
||||
};
|
||||
|
||||
# Enable my flake specific settings
|
||||
crony.nvidia.enable = true;
|
||||
crony.gaming.enable = true;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
flake = "/home/crony/repos/nixos";
|
||||
clean = {
|
||||
enable = true;
|
||||
extraArgs = "--keep 5 --keep-since 3d";
|
||||
extraArgs = "--keep 20 --keep-since 1w --optimise";
|
||||
dates = "daily";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue