mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -05:00
rename to infra
This commit is contained in:
parent
46e40c0f3e
commit
5c7385a1dc
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue