mirror of
https://github.com/RGBCube/ncc
synced 2025-07-28 02:27:44 +00:00
parent
3ee3dabd33
commit
564a0218c9
1 changed files with 8 additions and 0 deletions
|
@ -30,6 +30,14 @@ in {
|
|||
hashedPasswordFile = config.secrets.password.path;
|
||||
isNormalUser = true;
|
||||
};
|
||||
|
||||
build = {
|
||||
description = "Build";
|
||||
openssh.authorizedKeys.keys = keys.all;
|
||||
hashedPasswordFile = config.secrets.password.path;
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "build" ];
|
||||
};
|
||||
};
|
||||
|
||||
home-manager.users = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue