mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44: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 = {
|
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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue