Speed up attic
Some checks failed
Check Flake / check-flake (push) Failing after 20m46s

This commit is contained in:
2026-02-20 22:01:20 -08:00
parent fb17d81d49
commit 123f53cf91
2 changed files with 48 additions and 12 deletions

View File

@@ -45,6 +45,12 @@
fsType = "zfs";
options = [ "zfsutil" "X-mount.mkdir" ];
};
fileSystems."/var/lib/atticd" =
{
device = "rpool/nixos/var/lib/atticd";
fsType = "zfs";
options = [ "zfsutil" "X-mount.mkdir" ];
};
fileSystems."/var/log" =
{
device = "rpool/nixos/var/log";
@@ -72,5 +78,5 @@
};
};
powerManagement.cpuFreqGovernor = "powersave";
powerManagement.cpuFreqGovernor = "schedutil";
}