From 2d7af67bc89e8cb0793d7bc48987f8b48a571ada Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 8 Oct 2023 16:58:11 +0900 Subject: [PATCH] Test --- nixos/hosts/osaka-vultr-01/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/osaka-vultr-01/default.nix b/nixos/hosts/osaka-vultr-01/default.nix index e2b3b7ac..5e6a9806 100644 --- a/nixos/hosts/osaka-vultr-01/default.nix +++ b/nixos/hosts/osaka-vultr-01/default.nix @@ -72,7 +72,7 @@ services = [ { name = "http"; - port = 82; + port = 80; server = "/usr/bin/env"; # Placeholder. extraConfig = "redirect = 10.100.0.2 80"; }