Skip to content

Commit 8532d6c

Browse files
committed
wraspi garbage collection
1 parent 06a91f3 commit 8532d6c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hosts/wraspi/configuration.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
fsType = "ext4";
1212
};
1313

14+
nix.gc = {
15+
automatic = true;
16+
options = "--delete-old";
17+
};
18+
19+
1420
boot.kernelPackages = pkgs.linuxPackages_latest;
1521

1622
system.stateVersion = "25.05";

0 commit comments

Comments
 (0)