Remaining sops usage

This commit is contained in:
hodasemi 2025-05-22 09:51:35 +02:00
parent e95d527295
commit 6c96269b2c

View file

@ -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 ];
# };
# };
}