diff --git a/hosts/best/default.nix b/hosts/best/default.nix index 88ca55b..e4e73df 100644 --- a/hosts/best/default.nix +++ b/hosts/best/default.nix @@ -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 = {