diff options
| author | Christian <[email protected]> | 2026-06-30 21:25:42 -0500 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-06-30 21:25:42 -0500 |
| commit | f3d7a754cb41b7b2a3e7fd74ad5a3d8667b011c2 (patch) | |
| tree | 1538ad3092efdb20f65053174f6c8db5a78aded1 /modules | |
| parent | 2a7bdca90c3301b884a4f0452f48a07fbb4f19d7 (diff) | |
Add homelab dns server to wireguard config and reenable wireguard on desktop
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/wireguard.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/wireguard.nix b/modules/wireguard.nix index 3138a5f..43ffed1 100644 --- a/modules/wireguard.nix +++ b/modules/wireguard.nix @@ -16,6 +16,7 @@ networking.wg-quick.interfaces.wg0 = { autostart = false; address = [ config.custom.wireguardAddress ]; + dns = [ "10.67.40.1" ]; privateKeyFile = "/etc/wireguard/wg0.key"; peers = [ { |
