about summary refs log tree commit diff
path: root/nix/mkSystem.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nix/mkSystem.nix2
1 files changed, 1 insertions, 1 deletions
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 = {