Add nfs shares

This commit is contained in:
nathan mccarty 2022-07-04 17:34:15 -04:00
parent 96a09e8501
commit 0ecb8aa1c8
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 8 additions and 0 deletions

View File

@ -61,6 +61,14 @@
device = "10.0.0.139:/mnt/tank/root/nathan/music";
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 =
[{