environment
This commit is contained in:
@@ -322,11 +322,8 @@
|
|||||||
environment.pathsToLink = [
|
environment.pathsToLink = [
|
||||||
"/bin"
|
"/bin"
|
||||||
];
|
];
|
||||||
system.activationScripts.bashSymlink = ''
|
|
||||||
mkdir -p /bin
|
environment.binsh = "${pkgs.bash}/bin/bash";
|
||||||
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