From 098da93e5deb2fc0043e15f3817191f5bd668e34 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Sat, 14 Aug 2021 19:33:50 +0200 Subject: restructure project --- config/networking.nix | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'config/networking.nix') 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"; -- cgit v1.2.3