Revert "build02: run optimise store weekly"

This reverts commit 9d5ab7f7ec.
This commit is contained in:
zowoq 2024-01-24 08:52:17 +10:00
parent 50fa6f0686
commit eaf745de2a

View file

@ -11,12 +11,6 @@
inputs.self.nixosModules.disko-raid
];
# workaround for excessive inode usage on this host, `auto-optimise-store` isn't working?
nix.optimise = {
automatic = true;
dates = [ "weekly" ];
};
nixCommunity.disko.raidLevel = 0; # more disk space, we don't have much state to restore anyway
networking.hostName = "build02";