mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Move Consul and Vault onto ZFS on blowhole
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
a5075271b4
commit
f0cf4e1a54
|
@ -75,12 +75,12 @@ in
|
|||
fsType = "zfs";
|
||||
};
|
||||
"/var/lib/consul" = {
|
||||
device = "/old-root/var/lib/consul";
|
||||
options = singleton "bind";
|
||||
device = "blowhole-zpool/persist/consul";
|
||||
fsType = "zfs";
|
||||
};
|
||||
"/var/lib/vault" = {
|
||||
device = "/old-root/var/lib/vault";
|
||||
options = singleton "bind";
|
||||
device = "blowhole-zpool/persist/consul";
|
||||
fsType = "zfs";
|
||||
};
|
||||
}
|
||||
// secret.mounts.blowhole or {};
|
||||
|
|
Loading…
Reference in a new issue