diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-05-08 19:33:35 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-05-08 19:33:35 -0700 |
| commit | 4ec55bc970a48ef49763b6b4768da3ed95c71e0d (patch) | |
| tree | ec7d019b2378d1127e41b76e2e3061e3f88b0d3d /nix/mkSystem.nix | |
| parent | profile/acme: default DNS provider is gandi (diff) | |
| download | infra-4ec55bc970a48ef49763b6b4768da3ed95c71e0d.tar.gz | |
modules/wireguard: move the module to the right location
Diffstat (limited to 'nix/mkSystem.nix')
| -rw-r--r-- | nix/mkSystem.nix | 2 |
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 = { |
