Move Home Assistant to new drive and SSDs

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2024-01-11 09:54:17 +01:00
parent 212bfc8c60
commit fc4193729c
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -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" ];
};