feat: flake update workflow #1
1 changed files with 2 additions and 1 deletions
|
|
@ -80,6 +80,7 @@ in {
|
|||
in {
|
||||
environment.systemPackages = with pkgs; [
|
||||
forgejo-runner
|
||||
nodejs_24 # Needed for actions/checkout@v4 action
|
||||
];
|
||||
|
||||
users.groups.runner = {};
|
||||
|
|
@ -97,7 +98,7 @@ in {
|
|||
'';
|
||||
serviceConfig = {
|
||||
User = "runner";
|
||||
Environment = "PATH=/bin";
|
||||
Environment = "PATH=$PATH:/run/current-system/sw/bin";
|
||||
};
|
||||
wantedBy = ["multi-user.target"];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue