summaryrefslogtreecommitdiffstats
path: root/machines/jormungand
diff options
context:
space:
mode:
authorDominique Martinet @ jormungand <asmadeus@codewreck.org>2020-05-22 16:54:37 +0200
committerDominique Martinet @ jormungand <asmadeus@codewreck.org>2020-05-22 16:56:24 +0200
commite96b0b2af3b1411e968231e3234f6b966db4647a (patch)
treea95424b9deb37ffa4cc5fb1bc3bd789a20d07c7a /machines/jormungand
parent15576aff1b87b9ee25814816d64d03ba5141c184 (diff)
jormungand nginx: fix import still using old modules path
Diffstat (limited to 'machines/jormungand')
-rw-r--r--machines/jormungand/nginx.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/jormungand/nginx.nix b/machines/jormungand/nginx.nix
index 1e9bd7c..ca55979 100644
--- a/machines/jormungand/nginx.nix
+++ b/machines/jormungand/nginx.nix
@@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
- imports = [ ../../modules/nginx.nix ];
+ imports = [ ../../profiles/nginx.nix ];
services.nginx.virtualHosts = {
"jormungand.codewreck.org" = {