From 3ee3dabd33693e3a632886fd53f12a485122c4e0 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 10 Mar 2025 22:43:39 +0300 Subject: [PATCH] fix: delete build@best --- hosts/best/default.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/hosts/best/default.nix b/hosts/best/default.nix index e4e73df..88ca55b 100644 --- a/hosts/best/default.nix +++ b/hosts/best/default.nix @@ -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 = {