From 4ec55bc970a48ef49763b6b4768da3ed95c71e0d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 8 May 2023 19:33:35 -0700 Subject: modules/wireguard: move the module to the right location --- nix/mkSystem.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/mkSystem.nix') diff --git a/nix/mkSystem.nix b/nix/mkSystem.nix index 1403538..d2e7ebf 100644 --- a/nix/mkSystem.nix +++ b/nix/mkSystem.nix @@ -10,7 +10,7 @@ inputs.nixpkgs.lib.nixosSystem { "${self}/modules" "${self}/hosts/${hostname}" "${self}/modules/homelab" - ./private-wireguard.nix + "${self}/modules/private-wireguard.nix" { networking.hostName = hostname; nixpkgs = { -- cgit v1.2.3