updates
This commit is contained in:
@@ -59,11 +59,7 @@
|
|||||||
users = [ "gitea-runner" ];
|
users = [ "gitea-runner" ];
|
||||||
commands = [
|
commands = [
|
||||||
{
|
{
|
||||||
command = "${pkgs.nix}/bin/nix-collect-garbage";
|
command = "/run/current-system/sw/bin/nix-collect-garbage";
|
||||||
options = [ "NOPASSWD" "SETENV" ];
|
|
||||||
}
|
|
||||||
{
|
|
||||||
command = "${pkgs.nix}/bin/nix-env";
|
|
||||||
options = [ "NOPASSWD" "SETENV" ];
|
options = [ "NOPASSWD" "SETENV" ];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user