update TODO + added pocket2

This commit is contained in:
Don Harper 2023-10-03 22:03:12 -05:00
parent 4820abced7
commit 326a5a3bf9
3 changed files with 64 additions and 1 deletions

View file

@ -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 ++ [
{