Skip to content

Commit

Permalink
fix: returning normal user mode for kibertexnik
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Nov 15, 2024
1 parent abc3bd1 commit 8fadb9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nixos/kolyma-4/services/runner.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ in

users.users.${user} = {
description = "GitHub Runner user for kibretexnik";
isSystemUser = true;
# isSystemUser = true;
isNormalUser = true;
createHome = false;
extraGroups = [ "admins" ];
group = user;
};
Expand Down

0 comments on commit 8fadb9f

Please sign in to comment.