This commit is contained in:
2026-03-05 16:02:15 +00:00
parent d65aac71ec
commit c8316d578a

View File

@@ -35,6 +35,10 @@
command = "/nix/store/*/wait-activate"; command = "/nix/store/*/wait-activate";
options = ["NOPASSWD"]; options = ["NOPASSWD"];
} }
{
command = "/run/current-system/sw/bin/rm /tmp/deploy-rs-canary-*";
options = ["NOPASSWD"];
}
]; ];
} }
]; ];