From 6d5490d9cca75b4406d05c7c65520c8172cfdd8a Mon Sep 17 00:00:00 2001 From: oqyude Date: Fri, 8 Aug 2025 22:13:10 +0300 Subject: [PATCH] 123 --- nixosConfigurations/hosts/server.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" = {