From 4e684fc7ff063dea1b84b7d1b2154c8aca45bd5f Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Sun, 19 Jan 2025 23:36:16 +0100 Subject: [PATCH] fix(list-nodes): Use the correct file --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 6240f6d..3d44b03 100644 --- a/default.nix +++ b/default.nix @@ -169,7 +169,7 @@ in { nodes = builtins.mapAttrs ( host: { site, ... }: "${host}.${site}.infra.dgnum.eu" - ) (import ./meta/nodes.nix); + ) (import ./meta/nodes); dns = import ./meta/dns.nix;