From fc4193729c11807cbdd2d7b45c4309ba19f80f47 Mon Sep 17 00:00:00 2001 From: magic_rb Date: Thu, 11 Jan 2024 09:54:17 +0100 Subject: [PATCH] Move Home Assistant to new drive and SSDs Signed-off-by: magic_rb --- terranix/containers/home-assistant/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/terranix/containers/home-assistant/default.nix b/terranix/containers/home-assistant/default.nix index e90f811..707d31f 100644 --- a/terranix/containers/home-assistant/default.nix +++ b/terranix/containers/home-assistant/default.nix @@ -9,7 +9,7 @@ in volume_name = "home-assistant_hass"; access_mode = "single-node-writer"; server = "blowhole.hosts.in.redalder.org"; - share = "/var/nfs/home-assistant_hass"; + share = "/mnt/kyle/infrastructure/home-assistant/home-assistant"; mount_flags = [ "nfsvers=3" "hard" "async" ]; }; @@ -17,7 +17,7 @@ in volume_name = "home-assistant_db"; access_mode = "single-node-writer"; server = "blowhole.hosts.in.redalder.org"; - share = "/var/nfs/home-assistant_db"; + share = "/mnt/jimmy/infrastructure/home-assistant/postgresql"; mount_flags = [ "nfsvers=3" "hard" "async" ]; }; @@ -25,7 +25,7 @@ in volume_name = "home-assistant_zigbee2mqtt"; access_mode = "single-node-writer"; server = "blowhole.hosts.in.redalder.org"; - share = "/var/nfs/home-assistant_zigbee2mqtt"; + share = "/mnt/kyle/infrastructure/home-assistant/zigbee2mqtt"; mount_flags = [ "nfsvers=3" "hard" "async" ]; }; @@ -33,7 +33,7 @@ in volume_name = "home-assistant_mosquitto"; access_mode = "single-node-writer"; server = "blowhole.hosts.in.redalder.org"; - share = "/var/nfs/home-assistant_mosquitto"; + share = "/mnt/kyle/infrastructure/home-assistant/mosquitto"; mount_flags = [ "nfsvers=3" "hard" "async" ]; };