Testing
This commit is contained in:
parent
1ab1df80b6
commit
6ad7f38fd3
1 changed files with 7 additions and 0 deletions
|
@ -26,4 +26,11 @@
|
|||
hostPackages = with pkgs; [ nix deploy-rs ];
|
||||
};
|
||||
};
|
||||
|
||||
systemd.services.gitea-actions-runner-default = {
|
||||
serviceConfig = {
|
||||
StateDirectory = "gitea-actions-runner-default";
|
||||
RuntimeDirectory = "gitea-actions-runner-default";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue