mirror of
https://github.com/RGBCube/ncc
synced 2025-07-28 02:27:44 +00:00
fix: delete build@best
This commit is contained in:
parent
3bfb2a56ab
commit
3ee3dabd33
1 changed files with 0 additions and 8 deletions
|
@ -30,14 +30,6 @@ 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