about summary refs log tree commit diff
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix')
-rw-r--r--nix/mkSystem.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/mkSystem.nix b/nix/mkSystem.nix
index 9b5fcd5..1403538 100644
--- a/nix/mkSystem.nix
+++ b/nix/mkSystem.nix
@@ -9,6 +9,7 @@ inputs.nixpkgs.lib.nixosSystem {
   modules = [
     "${self}/modules"
     "${self}/hosts/${hostname}"
+    "${self}/modules/homelab"
     ./private-wireguard.nix
     {
       networking.hostName = hostname;