From 28e3658b719080871f475206578f2397ab59e50d Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Wed, 2 Jul 2025 15:12:44 +0200 Subject: [PATCH] fix imports --- infra/common/resource.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/common/resource.nix b/infra/common/resource.nix index 40a6a710..6a25416e 100644 --- a/infra/common/resource.nix +++ b/infra/common/resource.nix @@ -32,7 +32,7 @@ in ## options that really need to be injected from the resource. Everything else ## should go into the `./nixos` subdirectory. nixos.module = { - imports = [ + imports = with sources; [ "${agenix}/modules/age.nix" "${disko}/module.nix" "${vars}/options.nix"