build02: run optimise store weekly
This commit is contained in:
parent
f71dcba5b7
commit
9d5ab7f7ec
1 changed files with 6 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue