From c494d89289f0ed3e171b96644b2fa47a199f03a1 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Wed, 4 Dec 2024 18:03:17 +0100 Subject: [PATCH] can't find wireguard user, maybe have to enable it first? --- nixos/hosts/wheatley/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index ff20a76..9874c6b 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -60,6 +60,8 @@ sops.secrets."protonvpn-priv-key".mode = "0440"; sops.secrets."protonvpn-priv-key".owner = config.users.users.wireguard.name; + networking.wireguard.enable = true; + networking.wg-quick.interfaces = { # "wg0" is the network interface name. You can name the interface arbitrarily. wg0 = {