From f4db26273dee9041182316868a67ca5c1ae594b3 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 3 Dec 2023 00:00:58 -0500 Subject: [PATCH] hosts: switch nfs shares to truenas --- hosts/kariru/hardware-configuration.nix | 2 +- hosts/tsuki/hardware-configuration.nix | 2 +- hosts/yuki/hardware-configuration.nix | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hosts/kariru/hardware-configuration.nix b/hosts/kariru/hardware-configuration.nix index 416650a..5f856a0 100644 --- a/hosts/kariru/hardware-configuration.nix +++ b/hosts/kariru/hardware-configuration.nix @@ -18,7 +18,7 @@ }; fileSystems."/media" = { - device = "192.168.1.71:/volume1/media"; + device = "192.168.1.199:/mnt/Sutoreji/media"; fsType = "nfs"; }; diff --git a/hosts/tsuki/hardware-configuration.nix b/hosts/tsuki/hardware-configuration.nix index a23c2ff..93357f9 100755 --- a/hosts/tsuki/hardware-configuration.nix +++ b/hosts/tsuki/hardware-configuration.nix @@ -34,7 +34,7 @@ }; fileSystems."/nas" = { - device = "192.168.1.71:/volume1/tsuki"; + device = "192.168.1.199:/mnt/Sutoreji/tsuki"; fsType = "nfs"; }; diff --git a/hosts/yuki/hardware-configuration.nix b/hosts/yuki/hardware-configuration.nix index 4c82811..fad1b39 100644 --- a/hosts/yuki/hardware-configuration.nix +++ b/hosts/yuki/hardware-configuration.nix @@ -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"; };