summaryrefslogtreecommitdiff
path: root/config/networking.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/networking.nix')
-rw-r--r--config/networking.nix24
1 files changed, 0 insertions, 24 deletions
diff --git a/config/networking.nix b/config/networking.nix
index 0a103c4..decd84e 100644
--- a/config/networking.nix
+++ b/config/networking.nix
@@ -19,30 +19,6 @@
};
};
- security.acme = {
- acceptTerms = true;
- email = "quentin@aristote.fr";
- };
-
- services.nginx = {
- enable = true;
- virtualHosts = {
- # return 444 when trying to connect directly through the IP address
- "_" = {
- default = true;
- extraConfig = ''
- return 444;
- '';
- };
-
- "quentin.aristote.fr" = {
- locations."/".root = "${pkgs.personal.academic-webpage}";
- forceSSL = true;
- enableACME = true;
- };
- };
- };
-
services.openssh = {
enable = true;
permitRootLogin = "no";