diff --git a/hosts/hackens-org/test-static.nix b/hosts/hackens-org/test-static.nix index f3146d6..c37a6a8 100644 --- a/hosts/hackens-org/test-static.nix +++ b/hosts/hackens-org/test-static.nix @@ -1,4 +1,4 @@ -{ config, ... }: +{ config, pkgs, ... }: { services.staticWebsite.test = { hostname = "test.${config.my.subZone}";