This commit is contained in:
Christoph Schmatzler
2025-08-11 12:00:48 +02:00
parent 5f03de4d88
commit 507d6d5aff
2 changed files with 35 additions and 2 deletions

View File

@@ -4,9 +4,10 @@
user,
...
}: {
imports = [];
imports = [
./disks.nix
];
# Override Darwin-style gc.interval with NixOS systemd format
nix.gc = {
automatic = true;
dates = "weekly";