From 58f392dc78e3cc039f6727aeeae58636f5f4cd41 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Wed, 22 Oct 2025 15:31:43 -0400 Subject: [PATCH] Actually import imperm module --- hosts/common/core/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common/core/default.nix b/hosts/common/core/default.nix index d86c0b7..d42b049 100644 --- a/hosts/common/core/default.nix +++ b/hosts/common/core/default.nix @@ -30,6 +30,7 @@ in { "hosts/common/core/sudo.nix" "hosts/common/core/avahi.nix" "hosts/common/core/dns.nix" + "hosts/common/core/impermanence.nix" "hosts/common/users/primary" "hosts/common/users/primary/${platform}.nix" "modules/common"