diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-05-07 09:43:19 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-05-07 09:43:51 +0200 |
commit | c978457f3a591188b6273e93fdf397896322c9d5 (patch) | |
tree | 84b83e39c6a833cd7bedb8f4340d6a46abc9fada /modules | |
parent | fd001926dfab0d32ed41c6a6d0b36d5ad213696d (diff) |
git: add kirchner's alternative ssh key
Diffstat (limited to 'modules')
-rw-r--r-- | modules/fysiweb-capabilities/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/fysiweb-capabilities/default.nix b/modules/fysiweb-capabilities/default.nix index bf1937b..862aaf7 100644 --- a/modules/fysiweb-capabilities/default.nix +++ b/modules/fysiweb-capabilities/default.nix @@ -16,8 +16,8 @@ in }; options.fysiweb.capabilities.ssh-credentials = lib.mkOption { type = lib.types.attrsOf (lib.types.attrsOf (lib.types.submodule { - options.publicKeyFile = lib.mkOption { - type = lib.types.str; + options.publicKeyFiles = lib.mkOption { + type = lib.types.listOf lib.types.str; }; })); default = { }; |