diff --git a/hosts/dnsc-vps-sm/default.nix b/hosts/dnsc-vps-sm/default.nix index 17cf157..e6b9c29 100644 --- a/hosts/dnsc-vps-sm/default.nix +++ b/hosts/dnsc-vps-sm/default.nix @@ -14,7 +14,7 @@ # Secrets age = { - identityPaths = [ "${config.users.users.dennis.home}/.ssh/id_ed25519" ] + identityPaths = [ "${config.users.users.dennis.home}/.ssh/id_ed25519" ]; secrets."vaultwarden/env".file = ../../secrets/vaultwarden/env.age; };