11 lines
136 B
Nix
11 lines
136 B
Nix
|
{
|
||
|
services.websites = {
|
||
|
nodes = {
|
||
|
host = [ "VEGAS" "prophet" ];
|
||
|
};
|
||
|
nixos = {
|
||
|
host = ./host.nix;
|
||
|
};
|
||
|
};
|
||
|
}
|