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 = {
|
# users.users = {
|
||||||
# connection only via ssh key
|
# # connection only via ssh key
|
||||||
pipeline = {
|
# pipeline = {
|
||||||
isNormalUser = true;
|
# isNormalUser = true;
|
||||||
home = "/home/pipeline";
|
# home = "/home/pipeline";
|
||||||
description = "User used by forgejo runners to connect to this system";
|
# description = "User used by forgejo runners to connect to this system";
|
||||||
extraGroups = [ "docker" ];
|
# extraGroups = [ "docker" ];
|
||||||
openssh.authorizedKeys.keyFiles = [ config.sops.secrets."foo".path ];
|
# openssh.authorizedKeys.keyFiles = [ config.sops.secrets."foo".path ];
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue