Skip to content

Commit

Permalink
fix: runner should be typical user
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Nov 15, 2024
1 parent 97feb48 commit e9974e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nixos/kolyma-4/services/runner.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ in

users.users.${user} = {
description = "GitHub Runner user for kibretexnik";
isSystemUser = true;
isNormalUser = true;
createHome = false;
group = user;
};

Expand Down

0 comments on commit e9974e9

Please sign in to comment.