statix happy
This commit is contained in:
parent
d0248da4b9
commit
149749d85f
1 changed files with 1 additions and 1 deletions
|
@ -44,6 +44,6 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
environment.etc."gitea-actions-runner/config".text = (builtins.readFile ./gitea-runner-config);
|
environment.etc."gitea-actions-runner/config".text = builtins.readFile ./gitea-runner-config;
|
||||||
systemd.services.gitea-runner-bolty1.serviceConfig.ExecStart = lib.mkForce "${package}/bin/act_runner -c /etc/gitea-actions-runner/config daemon";
|
systemd.services.gitea-runner-bolty1.serviceConfig.ExecStart = lib.mkForce "${package}/bin/act_runner -c /etc/gitea-actions-runner/config daemon";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue