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

Back out "fix: delete build@best"

This backs out commit 3ee3dabd33.
This commit is contained in:
RGBCube 2025-03-11 00:04:54 +03:00
parent 3ee3dabd33
commit 564a0218c9
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -30,6 +30,14 @@ 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 = {