removed invalid config option

This commit is contained in:
Leyla Becker 2025-08-27 21:19:04 -05:00
parent ca2b188560
commit 4a7b57df99

View file

@ -153,7 +153,6 @@
"_netdev" # Network device - wait for network "_netdev" # Network device - wait for network
"x-systemd.requires=network-online.target" # Require network to be online "x-systemd.requires=network-online.target" # Require network to be online
"x-systemd.after=network-online.target" # Start after network is 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" "_netdev"
"x-systemd.requires=network-online.target" "x-systemd.requires=network-online.target"
"x-systemd.after=network-online.target" "x-systemd.after=network-online.target"
"x-systemd.mount-timeout=60"
]; ];
}; };
}; };