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