fix(nix): remove old generations
This commit is contained in:
parent
5b018d6fdf
commit
e2a20acdc9
2 changed files with 80 additions and 3 deletions
|
|
@ -194,5 +194,8 @@ in
|
|||
options = "--delete-older-than 7d";
|
||||
};
|
||||
|
||||
systemd.services.nix-gc.serviceConfig.ExecStartPost =
|
||||
"/nix/var/nix/profiles/system/bin/switch-to-configuration boot";
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue