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 = {
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;