add www2
This commit is contained in:
parent
73fadb981d
commit
af5a52aed3
3 changed files with 53 additions and 0 deletions
|
|
@ -45,6 +45,14 @@
|
|||
./hosts/fred
|
||||
];
|
||||
};
|
||||
www2 = inputs.nixpkgs.lib.nixosSystem {
|
||||
modules = server.modules ++ [
|
||||
{
|
||||
networking.hostName = "www2";
|
||||
}
|
||||
./hosts/fred
|
||||
];
|
||||
};
|
||||
loki = inputs.nixpkgs.lib.nixosSystem {
|
||||
modules = workstation.modules ++ [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue