build02: run optimise store weekly

This commit is contained in:
zowoq 2024-01-21 11:04:41 +10:00
parent f71dcba5b7
commit 9d5ab7f7ec

View file

@ -11,6 +11,12 @@
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";