Fix wrong mount for vault on blowhole

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2023-07-18 11:45:01 +02:00
parent 361e6b2065
commit 686582722c
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -79,7 +79,7 @@ in
fsType = "zfs"; fsType = "zfs";
}; };
"/var/lib/vault" = { "/var/lib/vault" = {
device = "blowhole-zpool/persist/consul"; device = "blowhole-zpool/persist/vault";
fsType = "zfs"; fsType = "zfs";
}; };
} }