aboutsummaryrefslogtreecommitdiff
path: root/nix/mkSystem.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-08 19:33:35 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-08 19:33:35 -0700
commit4ec55bc970a48ef49763b6b4768da3ed95c71e0d (patch)
treeec7d019b2378d1127e41b76e2e3061e3f88b0d3d /nix/mkSystem.nix
parentprofile/acme: default DNS provider is gandi (diff)
downloadinfra-4ec55bc970a48ef49763b6b4768da3ed95c71e0d.tar.gz
modules/wireguard: move the module to the right location
Diffstat (limited to 'nix/mkSystem.nix')
-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 = {