From c978457f3a591188b6273e93fdf397896322c9d5 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Tue, 7 May 2024 09:43:19 +0200 Subject: git: add kirchner's alternative ssh key --- apps/static-users/appspec.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/static-users/appspec.nix') diff --git a/apps/static-users/appspec.nix b/apps/static-users/appspec.nix index cb55ea7..92ec8ba 100644 --- a/apps/static-users/appspec.nix +++ b/apps/static-users/appspec.nix @@ -7,9 +7,9 @@ type = lib.types.nullOr lib.types.str; default = "system-secrets/${appConfig.appId}/${appConfig.users.${name}.username}.password"; }; - options.publicKeyFile = lib.mkOption { - type = lib.types.nullOr lib.types.path; - default = null; + options.publicKeyFiles = lib.mkOption { + type = lib.types.listOf lib.types.path; + default = [ ]; }; options.username = lib.mkOption { type = lib.types.str; -- cgit v1.2.3