Remaining sops usage
This commit is contained in:
parent
e95d527295
commit
6c96269b2c
1 changed files with 10 additions and 10 deletions
|
@ -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 ];
|
||||
# };
|
||||
# };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue