diff options
| -rw-r--r-- | config/services/web/quentin/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/services/web/quentin/default.nix b/config/services/web/quentin/default.nix index d5ccf80..468dec4 100644 --- a/config/services/web/quentin/default.nix +++ b/config/services/web/quentin/default.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ config, pkgs, ... }: { services.nginx.virtualHosts."quentin.${config.networking.domain}" = { |
