From 9a3ea384289d6d7afc01fcd6653c73843fdb626c Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 31 Mar 2022 09:58:42 +0000 Subject: [PATCH] Typos --- hosts/hackens-org/test-static.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}";