update TODO + added pocket2
This commit is contained in:
parent
4820abced7
commit
326a5a3bf9
3 changed files with 64 additions and 1 deletions
|
|
@ -40,6 +40,14 @@
|
|||
./hosts/smaug/hardware-configuration.nix
|
||||
];
|
||||
};
|
||||
pocket2 = inputs.nixpkgs.lib.nixosSystem {
|
||||
modules = workstation.modules ++ [
|
||||
{
|
||||
networking.hostName = "pocket2";
|
||||
}
|
||||
./hosts/pocket2/hardware-configuration.nix
|
||||
];
|
||||
};
|
||||
dragon = inputs.nixpkgs.lib.nixosSystem {
|
||||
modules = workstation.modules ++ [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue