Compare commits

..

No commits in common. "5a5e8d31dbfbcaa26c4ea43fae19258999a176d1" and "1640f74ea96ff85936fb6f59fae13ed4a0e31857" have entirely different histories.

View file

@ -23,15 +23,4 @@
};
};
};
services.nginx = {
enable = true;
virtualHosts."s3.infra.newtype.fr" = {
forceSSL = true;
enableACME = true;
locations."/".proxyPass = "http://[::1]:3900/";
};
};
networking.firewall.allowedTCPPorts = [ 80 443 ];
}