From 7af36519c7266ef71ad51bcb1a0f5fc07410fa9a Mon Sep 17 00:00:00 2001 From: Magic_RB Date: Sun, 8 Aug 2021 00:04:09 +0200 Subject: [PATCH] Make heater compatible with generic erase-my-darlings Signed-off-by: Magic_RB --- nix/systems/heater.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/systems/heater.nix b/nix/systems/heater.nix index 38a6ae9..4a5b988 100644 --- a/nix/systems/heater.nix +++ b/nix/systems/heater.nix @@ -67,7 +67,7 @@ inputs: { }; overlays = inputs.self.overlays; - erase-my-darlings = { + erase-my-darlings.zfs = { enable = true; snapshot = "heater-zpool/local/root@blank"; };