From 5c7385a1dc41894d18b2fcd3293f43ebd60510f6 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 22 Apr 2025 08:39:37 -0400 Subject: [PATCH] rename to infra --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 024cd49..9e4d316 100644 --- a/flake.nix +++ b/flake.nix @@ -141,7 +141,7 @@ terranix = { wce = terranix.lib.terranixConfiguration { system = "x86_64-linux"; - modules = [./infrastructure/wce.nix]; + modules = [./infra/wce.nix]; }; }; ################ @@ -156,7 +156,7 @@ import nix-topology { inherit pkgs; modules = [ - ./infrastructure/topology.nix + ./infra/topology.nix { nixosConfigurations = { WCE-Overseer = self.nixosConfigurations.WCE-Overseer;