1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-28 18:47:44 +00:00

fix: delete build@best

This commit is contained in:
RGBCube 2025-03-10 22:43:39 +03:00
parent 3bfb2a56ab
commit 3ee3dabd33
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -30,14 +30,6 @@ in {
hashedPasswordFile = config.secrets.password.path; hashedPasswordFile = config.secrets.password.path;
isNormalUser = true; isNormalUser = true;
}; };
build = {
description = "Build";
openssh.authorizedKeys.keys = keys.all;
hashedPasswordFile = config.secrets.password.path;
isNormalUser = true;
extraGroups = [ "build" ];
};
}; };
home-manager.users = { home-manager.users = {