mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 14:26:33 +01:00
fix build user
This commit is contained in:
parent
38ce24c923
commit
0b656f2adb
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ in
|
|||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
users.users.jopejoe1 = {
|
||||
users.users.builder = {
|
||||
isNormalUser = true;
|
||||
description = "Build User";
|
||||
hashedPassword = "$2b$05$Uk84TY/RHlH8DIigUlFYjeorjTlCMEY9wN2pAcw5BLaPoc7dKiSsC";
|
||||
|
|
Loading…
Reference in a new issue