removed lazy loading of nfs share
This commit is contained in:
parent
57af3401d3
commit
b41b672fb6
|
@ -25,10 +25,8 @@
|
||||||
fileSystems."/mnt/remote/media" =
|
fileSystems."/mnt/remote/media" =
|
||||||
{ device = "files:/mnt/storage";
|
{ device = "files:/mnt/storage";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
options = [];
|
|
||||||
};
|
};
|
||||||
swapDevices = [ ];
|
swapDevices = [ ];
|
||||||
|
|
||||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
# 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
|
# (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
|
# still possible to use this option, but it's recommended to use it in conjunction
|
||||||
|
|
Loading…
Reference in a new issue