diff --git a/systems/palatine-hill/hardware.nix b/systems/palatine-hill/hardware.nix index 31e7cd4..20b1f15 100644 --- a/systems/palatine-hill/hardware.nix +++ b/systems/palatine-hill/hardware.nix @@ -42,6 +42,8 @@ device = "ZFS-primary/nix"; fsType = "zfs"; depends = [ "/crypto/keys" ]; + neededForBoot = true; + options = [ "noatime" ]; }; }; }