Add nfs shares
This commit is contained in:
parent
96a09e8501
commit
0ecb8aa1c8
|
@ -61,6 +61,14 @@
|
||||||
device = "10.0.0.139:/mnt/tank/root/nathan/music";
|
device = "10.0.0.139:/mnt/tank/root/nathan/music";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
};
|
};
|
||||||
|
fileSystems."/mnt/general" = {
|
||||||
|
device = "10.0.0.139:/mnt/tank/root/shares/general";
|
||||||
|
fsType = "nfs";
|
||||||
|
};
|
||||||
|
fileSystems."/mnt/archive" = {
|
||||||
|
device = "10.0.0.139:/mnt/tank/root/shares/archive";
|
||||||
|
fsType = "nfs";
|
||||||
|
};
|
||||||
|
|
||||||
swapDevices =
|
swapDevices =
|
||||||
[{
|
[{
|
||||||
|
|
Loading…
Reference in New Issue