hosts: switch nfs shares to truenas

This commit is contained in:
notohh 2023-12-03 00:00:58 -05:00
parent b4d462fcbb
commit f4db26273d
Signed by: notohh
GPG key ID: BD47506D475EE86D
3 changed files with 5 additions and 5 deletions

View file

@ -18,7 +18,7 @@
};
fileSystems."/media" = {
device = "192.168.1.71:/volume1/media";
device = "192.168.1.199:/mnt/Sutoreji/media";
fsType = "nfs";
};

View file

@ -34,7 +34,7 @@
};
fileSystems."/nas" = {
device = "192.168.1.71:/volume1/tsuki";
device = "192.168.1.199:/mnt/Sutoreji/tsuki";
fsType = "nfs";
};

View file

@ -24,17 +24,17 @@
};
fileSystems."/nas" = {
device = "192.168.1.71:/volume1/yuki";
device = "192.168.1.199:/mnt/Sutoreji/yuki";
fsType = "nfs";
};
fileSystems."/home/notoh/docker/stash/data" = {
device = "192.168.1.71:/volume1/stash";
device = "192.168.1.199:/mnt/Sutoreji/stash";
fsType = "nfs";
};
fileSystems."/media" = {
device = "192.168.1.71:/volume1/media";
device = "192.168.1.199:/mnt/Sutoreji/media";
fsType = "nfs";
};