diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-08-14 19:52:59 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-08-14 19:52:59 +0200 |
| commit | 9fe6fbd42a212b4921be67cd2bc58a16b18f5a50 (patch) | |
| tree | 6e2c152595040abeb1ec276a5196586a1c59b746 /config/services/web/default.nix | |
| parent | 098da93e5deb2fc0043e15f3817191f5bd668e34 (diff) | |
debug
Diffstat (limited to 'config/services/web/default.nix')
| -rw-r--r-- | config/services/web/default.nix | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/config/services/web/default.nix b/config/services/web/default.nix index e0bdae8..23f7394 100644 --- a/config/services/web/default.nix +++ b/config/services/web/default.nix @@ -1,10 +1,7 @@ { ... }: { - import = [ - ./quentin - ./searx - ]; + imports = [ ./quentin ./searx ]; security.acme = { acceptTerms = true; @@ -17,7 +14,7 @@ virtualHosts."_" = { default = true; extraConfig = '' - return 444 + return 444; ''; }; }; |
