diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-08-14 19:33:50 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-08-14 19:33:50 +0200 |
| commit | 098da93e5deb2fc0043e15f3817191f5bd668e34 (patch) | |
| tree | e779f777197a29a71dad5803b1d32f6302db7fb6 /config/networking.nix | |
| parent | b08e8f21a4da329f0507eef1781a2e6922c27dc5 (diff) | |
restructure project
Diffstat (limited to 'config/networking.nix')
| -rw-r--r-- | config/networking.nix | 24 |
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"; |
