mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 11:36:16 +01:00
Disable ephemeral secrets on omen
Signed-off-by: main <magic_rb@redalder.org>
This commit is contained in:
parent
0c9a601320
commit
71207bcad6
|
@ -39,18 +39,10 @@ in
|
|||
fsType = "zfs";
|
||||
};
|
||||
|
||||
"/var/lib/secrets" = mkIf config.services.vault-agent.enable
|
||||
"/var/lib/secrets" =
|
||||
{
|
||||
device = "tmpfs";
|
||||
fsType = "tmpfs";
|
||||
options = [
|
||||
"mode=0640"
|
||||
"uid=${toString config.users.users.vault-agent.uid}"
|
||||
"gid=${toString config.users.groups.root.gid}"
|
||||
"noexec"
|
||||
"rw"
|
||||
"size=64M"
|
||||
];
|
||||
device = "omen-ssd/local/secrets";
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
"/home" =
|
||||
|
|
Loading…
Reference in a new issue