mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Move Home Assistant to new drive and SSDs
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
212bfc8c60
commit
fc4193729c
|
@ -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" ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue