removed lazy loading of nfs share

This commit is contained in:
Geir Okkenhaug Jerstad 2024-07-02 21:01:39 +02:00
parent 57af3401d3
commit b41b672fb6

View file

@ -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