From 38c2fbca2c9f619a30544cce337f2e1bbd364c71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Fri, 23 May 2025 01:35:31 +0200 Subject: [PATCH] Add useNetworkd to wireguard --- hosts/http-proxy/wireguard.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/http-proxy/wireguard.nix b/hosts/http-proxy/wireguard.nix index b7c545e..6485e69 100644 --- a/hosts/http-proxy/wireguard.nix +++ b/hosts/http-proxy/wireguard.nix @@ -6,7 +6,7 @@ }; networking.wireguard = { enable = true; - # TODO: add useNetworkd once 25.05 released + useNetworkd = true; interfaces = { wg0 = {