From b0e4ab8f6dba7dbc925906732fa6cf47442dd8b9 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Wed, 18 Sep 2024 21:48:52 -0500 Subject: [PATCH] updated options for leyla home mount --- hosts/horizon/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/horizon/hardware-configuration.nix b/hosts/horizon/hardware-configuration.nix index cfd9c64..c940fd7 100644 --- a/hosts/horizon/hardware-configuration.nix +++ b/hosts/horizon/hardware-configuration.nix @@ -41,7 +41,7 @@ { device = "defiant:/home/leyla"; fsType = "nfs"; - options = [ "x-systemd.automount" "user" "nofail" "soft" "x-systemd.idle-timeout=600" "fsc" ]; + options = [ "fsc" "x-systemd.automount" "soft" "x-systemd.idle-timeout=600" ]; }; "/mnt/eve_home" =