diff --git a/configurations/nixos/twilight/configuration.nix b/configurations/nixos/twilight/configuration.nix index 7d88430..245b4f7 100644 --- a/configurations/nixos/twilight/configuration.nix +++ b/configurations/nixos/twilight/configuration.nix @@ -153,7 +153,6 @@ "_netdev" # Network device - wait for network "x-systemd.requires=network-online.target" # Require network to be online "x-systemd.after=network-online.target" # Start after network is online - "x-systemd.mount-timeout=60" # 60 second mount timeout for desktop ]; }; @@ -199,7 +198,6 @@ "_netdev" "x-systemd.requires=network-online.target" "x-systemd.after=network-online.target" - "x-systemd.mount-timeout=60" ]; }; };