mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-07-01 13:25:22 +02:00
add builder to group
This commit is contained in:
parent
8f3e0efe60
commit
c1a651aba2
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@ in
|
|||
config = lib.mkIf cfg.enable {
|
||||
users.users.builder = {
|
||||
isSystemUser = true;
|
||||
group = "builder";
|
||||
description = "Build User";
|
||||
initialHashedPassword = "$2b$05$Uk84TY/RHlH8DIigUlFYjeorjTlCMEY9wN2pAcw5BLaPoc7dKiSsC";
|
||||
openssh.authorizedKeys.keys = [
|
||||
|
@ -23,5 +24,6 @@ in
|
|||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILVR16DtqrdgMq+3Gj1N6XNAjJhHyuG5a4wn7xQ8c49i root@omoikane"
|
||||
];
|
||||
};
|
||||
users.groups.builder = {};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue