auto optimise nix store on trip

This commit is contained in:
Shelvacu
2024-09-21 14:11:41 -07:00
parent 2103fca349
commit c47ee6f459
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,2 @@
/result
/result*
.nixos-test-history

View File

@@ -78,4 +78,5 @@
boot.zfs.extraPools = [ "trip" ];
networking.hostId = "c871875e";
hardware.enableAllFirmware = true;
nix.settings.auto-optimise-store = true;
}