auto cleaning of nix store using nix-sweep

This commit is contained in:
2026-03-15 03:35:37 +01:00
parent 44162eb509
commit 82b5c755d6
4 changed files with 78 additions and 1 deletions
+2
View File
@@ -6,6 +6,7 @@
plasma-manager,
lanzaboote,
claude-code,
nix-sweep,
...
}:
hardwareConfig: hostConfig:
@@ -27,6 +28,7 @@ nixpkgs.lib.nixosSystem {
lanzaboote.nixosModules.lanzaboote
hardwareConfig
home-manager.nixosModules.home-manager
nix-sweep.nixosModules.default
../modules
hostConfig
];