Commit 264bfb5622f9

Vincent Demeester <vincent@sbr.pm>
2022-04-21 18:27:37
systems/shikoku: enable mount options
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent d5af303
Changed files (1)
systems
systems/hosts/shikoku.nix
@@ -58,7 +58,7 @@ in
     {
       device = "/dev/disk/by-uuid/73fd8864-f6af-4fdd-b826-0dfdeacd3c19";
       fsType = "ext4";
-      #   options = [ "noatime" "discard" ];
+      options = [ "noatime" "discard" ];
     };
 
   fileSystems."/boot" =