From b41b672fb697dec1e958e7c74b2dd6afefda7669 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Tue, 2 Jul 2024 21:01:39 +0200 Subject: [PATCH] removed lazy loading of nfs share --- appserver/hardware-configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/appserver/hardware-configuration.nix b/appserver/hardware-configuration.nix index 57613e5..e2d56bd 100644 --- a/appserver/hardware-configuration.nix +++ b/appserver/hardware-configuration.nix @@ -25,10 +25,8 @@ fileSystems."/mnt/remote/media" = { device = "files:/mnt/storage"; fsType = "nfs"; - options = []; }; swapDevices = [ ]; - # Enables DHCP on each ethernet and wireless interface. In case of scripted networking # (the default) this is the recommended approach. When using systemd-networkd it's # still possible to use this option, but it's recommended to use it in conjunction