Max
784be19d88
This reverts commit 41448f0c23
.
Fixed upstream: https://github.com/NixOS/nixpkgs/pull/199001
6 lines
104 B
Nix
6 lines
104 B
Nix
{
|
|
services.nginx = {
|
|
nodes.host = [ "VEGAS" "prophet" ];
|
|
nixos.host = [ ./nginx.nix ];
|
|
};
|
|
}
|