diff --git a/nixosConfigurations/hosts/server.nix b/nixosConfigurations/hosts/server.nix index 09f9171..7c0418f 100755 --- a/nixosConfigurations/hosts/server.nix +++ b/nixosConfigurations/hosts/server.nix @@ -39,10 +39,10 @@ let "${config.xlib.dirs.server-home}" = { device = "/dev/disk/by-uuid/37e53ebc-5343-a94d-9fe2-0ca39e13a8de"; fsType = "ext4"; - options = [ - #"nofail" - #"x-systemd.device-timeout=0" - ]; + # options = [ + # #"nofail" + # #"x-systemd.device-timeout=0" + # ]; }; # Archive drive "/mnt/archive" = {