environment
This commit is contained in:
@@ -322,6 +322,11 @@
|
|||||||
environment.pathsToLink = [
|
environment.pathsToLink = [
|
||||||
"/bin"
|
"/bin"
|
||||||
];
|
];
|
||||||
|
system.activationScripts.bashSymlink = ''
|
||||||
|
mkdir -p /bin
|
||||||
|
ln -sf ${pkgs.bash}/bin/bash /bin/bash
|
||||||
|
'';
|
||||||
|
|
||||||
systemd.services.gitea-runner-infrastructure.serviceConfig = {
|
systemd.services.gitea-runner-infrastructure.serviceConfig = {
|
||||||
ReadWritePaths = [
|
ReadWritePaths = [
|
||||||
"/data/cloudflare/"
|
"/data/cloudflare/"
|
||||||
|
|||||||
Reference in New Issue
Block a user