(orexin) something
This commit is contained in:
parent
99a69bf1e9
commit
44cf515607
1 changed files with 4 additions and 1 deletions
|
@ -46,7 +46,10 @@
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
options = ["fmask=0022" "dmask=0022"];
|
options = ["fmask=0022" "dmask=0022"];
|
||||||
};
|
};
|
||||||
|
fileSystems."/nfs" = {
|
||||||
|
device = "192.168.1.153:/raid/swarm";
|
||||||
|
fsType = "nfs";
|
||||||
|
};
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue