add nix.gc to netbox configuration

This commit is contained in:
stupidcomputer 2024-10-09 04:26:18 -05:00
parent c569ba00d7
commit 542d05f0df
1 changed files with 10 additions and 5 deletions

View File

@ -18,13 +18,18 @@
./franklincce.nix
];
# nix optimization
nix.optimise = {
automatic = true;
dates = [ "03:45" ];
nix = {
optimise = {
automatic = true;
dates = [ "02:30" ];
};
gc = {
automatic = true;
dates = "03:15";
options = "-d";
};
};
time.timeZone = "America/Chicago";
i18n.defaultLocale = "en_US.UTF-8";