diff --git a/modules/nixos-system.nix b/modules/nixos-system.nix index f5a149e..f5b913d 100644 --- a/modules/nixos-system.nix +++ b/modules/nixos-system.nix @@ -35,6 +35,10 @@ command = "/nix/store/*/wait-activate"; options = ["NOPASSWD"]; } + { + command = "/run/current-system/sw/bin/rm /tmp/deploy-rs-canary-*"; + options = ["NOPASSWD"]; + } ]; } ];