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