diff --git a/hosts/vps1/configuration.nix b/hosts/vps1/configuration.nix index 52bb2a0..aa668c7 100644 --- a/hosts/vps1/configuration.nix +++ b/hosts/vps1/configuration.nix @@ -30,10 +30,31 @@ services.nginx = { enable = true; virtualHosts."gtnh.lgm.6dcdb488.nip.io" = { + # addSSL = true; + forceSSL = true; + enableACME = true; root = "/var/www/gtnh"; }; + virtualHosts."akko.testdrive.lgm.6dcdb488.nip.io" = { + # addSSL = true; + forceSSL = true; + enableACME = true; + root = "/var/www/todo"; + }; + virtualHosts."ice.testdrive.lgm.6dcdb488.nip.io" = { + # addSSL = true; + forceSSL = true; + enableACME = true; + root = "/var/www/todo"; + }; }; + security.acme = { + acceptTerms = true; + defaults.email = "lgmrszd@disroot.org"; + }; + + programs.mosh.enable = true; environment.systemPackages = with pkgs; [