From c8316d578a87f46ad4a749fdf2ca725594d3eb75 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Thu, 5 Mar 2026 16:02:15 +0000 Subject: [PATCH] up again --- modules/nixos-system.nix | 4 ++++ 1 file changed, 4 insertions(+) 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"]; + } ]; } ];