mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +01:00
Disable vault agent kodi mount
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
1142e4a94b
commit
b7d82b950c
|
@ -9,13 +9,13 @@ in
|
|||
sshfs
|
||||
];
|
||||
|
||||
services.hashicorp.vault-agent = {
|
||||
settings.template = singleton {
|
||||
source = pkgs.writeText "kodi-samba.cred.vtmpl"
|
||||
''{{ with secret "kv/data/homelab-1/blowhole/kodi_samba.cred" }}{{ .Data.data.cred }}{{ end }}'';
|
||||
destination = "/run/secrets/kodi_samba.cred";
|
||||
};
|
||||
};
|
||||
# services.hashicorp.vault-agent = {
|
||||
# settings.template = singleton {
|
||||
# source = pkgs.writeText "kodi-samba.cred.vtmpl"
|
||||
# ''{{ with secret "kv/data/homelab-1/blowhole/kodi_samba.cred" }}{{ .Data.data.cred }}{{ end }}'';
|
||||
# destination = "/run/secrets/kodi_samba.cred";
|
||||
# };
|
||||
# };
|
||||
|
||||
fileSystems =
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue