diff options
Diffstat (limited to 'flora/services/blog.nix')
-rw-r--r-- | flora/services/blog.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flora/services/blog.nix b/flora/services/blog.nix index 056a63b..0111f8f 100644 --- a/flora/services/blog.nix +++ b/flora/services/blog.nix @@ -4,6 +4,6 @@ services.nginx.virtualHosts."stuebinm.eu" = { enableACME = true; forceSSL = true; - locations."/".root = (import inputs.blog); + locations."/".root = import inputs.blog { inherit pkgs; }; }; } |