parent
c5056ea374
commit
21c7809cb6
1 changed files with 5 additions and 0 deletions
|
|
@ -48,5 +48,10 @@
|
||||||
hostPackages = with pkgs; [ bash coreutils git nix ];
|
hostPackages = with pkgs; [ bash coreutils git nix ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
systemd.services."gitea-runner-nixos-deploy".serviceConfig = {
|
||||||
|
NoNewPrivileges = lib.mkForce false;
|
||||||
|
RestrictSUIDSGID = lib.mkForce false;
|
||||||
|
PrivateUsers = lib.mkForce false;
|
||||||
|
};
|
||||||
systemd.services."gitea-runner-nixos-deploy".restartIfChanged = false;
|
systemd.services."gitea-runner-nixos-deploy".restartIfChanged = false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue