{ grapevine, ... }: { privateNetwork = true; autoStart = true; config = { lib, pkgs, ... }: { imports = [ ../shared.nix ./services/nginx.nix ./services/conduit.nix grapevine.nixosModules.default ]; networking.useHostResolvConf = true; networking.firewall = { enable = true; allowedTCPPorts = [ 80 5432 ]; }; }; hostAddress = "192.168.100.1"; localAddress = "192.168.100.13"; }