From cf9158ab77cbfa701a60f485d3c2bc8de9a894e0 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 8 May 2023 19:04:26 -0700 Subject: module for homelab --- nix/mkSystem.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix') 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; -- cgit 1.4.1