From 1a864f119d2a25ee1b8429ae79991bdc123e1035 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 24 Apr 2025 14:19:47 +0200 Subject: flora/cgit: add work laptop to authorised users --- flora/services/cgit.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'flora/services') diff --git a/flora/services/cgit.nix b/flora/services/cgit.nix index 1dae737..b846ad4 100644 --- a/flora/services/cgit.nix +++ b/flora/services/cgit.nix @@ -105,7 +105,8 @@ in # user for git repo administration users.users.git = { - openssh.authorizedKeys.keys = config.users.users.root.openssh.authorizedKeys.keys; + openssh.authorizedKeys.keys = config.users.users.root.openssh.authorizedKeys.keys + ++ [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIbHG2wmMiUyvqb9oUa2KunEgv4Iab3FGCER/i2f2gKL terru@work" ]; home = "/var/git"; isNormalUser = true; packages = [ pkgs.gitMinimal ]; -- cgit v1.2.3