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/cgit/appspec.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/cgit/appspec.nix') diff --git a/apps/cgit/appspec.nix b/apps/cgit/appspec.nix index a7744d5..4790a21 100644 --- a/apps/cgit/appspec.nix +++ b/apps/cgit/appspec.nix @@ -26,11 +26,11 @@ }; users = lib.mkOption { type = lib.types.attrsOf (lib.types.submodule { - options.publicKeyFile = lib.mkOption { - type = lib.types.nullOr lib.types.str; + options.publicKeyFiles = lib.mkOption { + type = lib.types.listOf lib.types.str; }; }); - default = { }; + default = [ ]; }; }; } -- cgit v1.2.3