rename to infra

This commit is contained in:
TheWanderingCrow 2025-04-22 08:39:37 -04:00
parent 46e40c0f3e
commit 5c7385a1dc

View file

@ -141,7 +141,7 @@
terranix = { terranix = {
wce = terranix.lib.terranixConfiguration { wce = terranix.lib.terranixConfiguration {
system = "x86_64-linux"; system = "x86_64-linux";
modules = [./infrastructure/wce.nix]; modules = [./infra/wce.nix];
}; };
}; };
################ ################
@ -156,7 +156,7 @@
import nix-topology { import nix-topology {
inherit pkgs; inherit pkgs;
modules = [ modules = [
./infrastructure/topology.nix ./infra/topology.nix
{ {
nixosConfigurations = { nixosConfigurations = {
WCE-Overseer = self.nixosConfigurations.WCE-Overseer; WCE-Overseer = self.nixosConfigurations.WCE-Overseer;