frumar: disable nginx

auto-flake-update
Yorick van Pelt 2021-01-03 20:57:27 +01:00
parent b0a4c83421
commit bd925ad014
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
1 changed files with 6 additions and 6 deletions

View File

@ -12,12 +12,12 @@
system.stateVersion = "15.09";
networking.hostId = "0702dbe9";
services.nginx.enable = true;
services.nginx.virtualHosts."${config.networking.hostName}" = {
enableACME = lib.mkForce false;
forceSSL = lib.mkForce false;
default = true;
};
services.nginx.enable = false;
# services.nginx.virtualHosts."${config.networking.hostName}" = {
# enableACME = lib.mkForce false;
# forceSSL = lib.mkForce false;
# default = true;
# };
boot.supportedFilesystems = [ "zfs" ];
services.yorick.torrent-vpn = {
enable = true; name = "mullvad-nl4"; namespace = "torrent";