6 lines
130 B
Nix
6 lines
130 B
Nix
{
|
|
services.nginx = {
|
|
nodes.host = [ "checkmate" "thunderskin" "VEGAS" "prophet" ];
|
|
nixos.host = [ ./nginx.nix ];
|
|
};
|
|
}
|