diff options
Diffstat (limited to 'config/services/web/quentin/default.nix')
| -rw-r--r-- | config/services/web/quentin/default.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config/services/web/quentin/default.nix b/config/services/web/quentin/default.nix index 78796bb..da21d59 100644 --- a/config/services/web/quentin/default.nix +++ b/config/services/web/quentin/default.nix @@ -1,8 +1,6 @@ -{ pkgs, lib, config, ... }: +{ pkgs, ... }: { - imports = [ ./ihatemoney ]; - services.nginx.virtualHosts."quentin.aristote.fr" = { locations."/".root = "${pkgs.personal.academic-webpage}"; forceSSL = true; |
