From 9be8d6a1c7cf832624988ffebd6bad224767ff40 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 8 Oct 2023 16:50:35 +0900 Subject: [PATCH] Test --- nixos/hosts/osaka-vultr-01/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/hosts/osaka-vultr-01/default.nix b/nixos/hosts/osaka-vultr-01/default.nix index 507ed08d..dbc6b5e0 100644 --- a/nixos/hosts/osaka-vultr-01/default.nix +++ b/nixos/hosts/osaka-vultr-01/default.nix @@ -72,10 +72,12 @@ services = [ { name = "http"; + server = "/usr/bin/env"; # Placeholder. extraConfig = "redirect = 10.100.0.2 80"; } { name = "https"; + server = "/usr/bin/env"; # Placeholder. extraConfig = "redirect = 10.100.0.2 443"; } ];