From 24a19e54de92589f08aee9a7795f0f51c19a9757 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Tue, 30 Apr 2024 01:28:20 +0530 Subject: [PATCH] feat: Mount options for ryu --- nixos/ryu.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/ryu.nix b/nixos/ryu.nix index 043940bc..4095518c 100644 --- a/nixos/ryu.nix +++ b/nixos/ryu.nix @@ -72,6 +72,8 @@ fileSystems."/nix" = { device = "/dev/disk/by-uuid/64099f91-d4d6-44fa-92d4-9e905b3e7829"; fsType = "ext4"; + neededForBoot = true; + options = [ "noatime" ]; }; fileSystems."/boot" = {