From 6c96269b2cd3f8e13b8395909ee62bd6e6453692 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Thu, 22 May 2025 09:51:35 +0200 Subject: [PATCH] Remaining sops usage --- dev_system.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/dev_system.nix b/dev_system.nix index 844b31d..fd08c31 100644 --- a/dev_system.nix +++ b/dev_system.nix @@ -32,14 +32,14 @@ in # }; # }; - users.users = { - # connection only via ssh key - pipeline = { - isNormalUser = true; - home = "/home/pipeline"; - description = "User used by forgejo runners to connect to this system"; - extraGroups = [ "docker" ]; - openssh.authorizedKeys.keyFiles = [ config.sops.secrets."foo".path ]; - }; - }; + # users.users = { + # # connection only via ssh key + # pipeline = { + # isNormalUser = true; + # home = "/home/pipeline"; + # description = "User used by forgejo runners to connect to this system"; + # extraGroups = [ "docker" ]; + # openssh.authorizedKeys.keyFiles = [ config.sops.secrets."foo".path ]; + # }; + # }; }