tasl | add w1
This commit is contained in:
parent
07d0ae6c96
commit
7361e9453f
1 changed files with 7 additions and 0 deletions
|
|
@ -55,6 +55,7 @@
|
|||
fred = import ./hosts/fred/colmena.nix;
|
||||
loki = import ./hosts/loki/colmena.nix;
|
||||
smaug = import ./hosts/smaug/colmena.nix;
|
||||
w1 = import ./hosts/w1/colmena.nix;
|
||||
# t2 = import ./hosts/t2/colmena.nix;
|
||||
# pi1 = import ./hosts/pi1/colmena.nix;
|
||||
};
|
||||
|
|
@ -158,6 +159,12 @@
|
|||
inherit inputs outputs;
|
||||
};
|
||||
};
|
||||
w1 = lib.nixosSystem {
|
||||
modules = [./hosts/w1];
|
||||
specialArgs = {
|
||||
inherit inputs outputs;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue