From d6fb0ed23ce17fb09f9e2428c9e5137faaf50bd3 Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 19 Jan 2025 19:42:02 +0000 Subject: [PATCH] FIX: add persistance config for merlin --- hosts/merlin/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/merlin/default.nix b/hosts/merlin/default.nix index 1191370..e334a26 100644 --- a/hosts/merlin/default.nix +++ b/hosts/merlin/default.nix @@ -34,6 +34,7 @@ in { }) # Impermanence + ../common/optional/persistence.nix (import ../common/disks/btrfs/impermanence.nix { btrfsMountDevice = btrfsMountDevice; lib = lib;