From ed65c72abd6540bce544fe923c5d37e84f8b6583 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 29 Apr 2024 16:31:08 -0400 Subject: [PATCH] atime changes Signed-off-by: ahuston-0 --- systems/palatine-hill/hardware.nix | 2 ++ 1 file changed, 2 insertions(+) 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" ]; }; }; }