Move Consul and Vault onto ZFS on blowhole

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2023-07-10 23:36:07 +02:00
parent a5075271b4
commit f0cf4e1a54
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -75,12 +75,12 @@ in
fsType = "zfs"; fsType = "zfs";
}; };
"/var/lib/consul" = { "/var/lib/consul" = {
device = "/old-root/var/lib/consul"; device = "blowhole-zpool/persist/consul";
options = singleton "bind"; fsType = "zfs";
}; };
"/var/lib/vault" = { "/var/lib/vault" = {
device = "/old-root/var/lib/vault"; device = "blowhole-zpool/persist/consul";
options = singleton "bind"; fsType = "zfs";
}; };
} }
// secret.mounts.blowhole or {}; // secret.mounts.blowhole or {};