task | disable w2
This commit is contained in:
parent
0f7a26699d
commit
d433216a57
1 changed files with 7 additions and 7 deletions
14
flake.nix
14
flake.nix
|
|
@ -56,7 +56,7 @@
|
||||||
loki = import ./hosts/loki/colmena.nix;
|
loki = import ./hosts/loki/colmena.nix;
|
||||||
smaug = import ./hosts/smaug/colmena.nix;
|
smaug = import ./hosts/smaug/colmena.nix;
|
||||||
w1 = import ./hosts/w1/colmena.nix;
|
w1 = import ./hosts/w1/colmena.nix;
|
||||||
w2 = import ./hosts/w2/colmena.nix;
|
# w2 = import ./hosts/w2/colmena.nix;
|
||||||
# t2 = import ./hosts/t2/colmena.nix;
|
# t2 = import ./hosts/t2/colmena.nix;
|
||||||
# pi1 = import ./hosts/pi1/colmena.nix;
|
# pi1 = import ./hosts/pi1/colmena.nix;
|
||||||
};
|
};
|
||||||
|
|
@ -166,12 +166,12 @@
|
||||||
inherit inputs outputs;
|
inherit inputs outputs;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
w2 = lib.nixosSystem {
|
# w2 = lib.nixosSystem {
|
||||||
modules = [./hosts/w2];
|
# modules = [./hosts/w2];
|
||||||
specialArgs = {
|
# specialArgs = {
|
||||||
inherit inputs outputs;
|
# inherit inputs outputs;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue