From 564a0218c90fd8dfc96e09ff5baa747b2e3de968 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 11 Mar 2025 00:04:54 +0300 Subject: [PATCH] Back out "fix: delete build@best" This backs out commit 3ee3dabd33693e3a632886fd53f12a485122c4e0. --- hosts/best/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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 = {