Fix nix cleanup interval dates

This commit is contained in:
Greg Hellings
2023-08-23 15:02:12 -05:00
committed by greg-compass
parent a17dc1f483
commit 5f55a95842
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -7,4 +7,5 @@
bash.enable = true;
};
services.nix-daemon.enable = true;
nix.gc.interval.Hour = 24;
}