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";
|
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 {};
|
||||||
|
|
Loading…
Reference in a new issue