From 9fe6fbd42a212b4921be67cd2bc58a16b18f5a50 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Sat, 14 Aug 2021 19:52:59 +0200 Subject: debug --- config/services/web/quentin/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'config/services/web/quentin/default.nix') diff --git a/config/services/web/quentin/default.nix b/config/services/web/quentin/default.nix index 6ca712c..78796bb 100644 --- a/config/services/web/quentin/default.nix +++ b/config/services/web/quentin/default.nix @@ -1,9 +1,7 @@ { pkgs, lib, config, ... }: { - import = [ - ./ihatemoney - ]; + imports = [ ./ihatemoney ]; services.nginx.virtualHosts."quentin.aristote.fr" = { locations."/".root = "${pkgs.personal.academic-webpage}"; -- cgit v1.2.3