can't find wireguard user, maybe have to enable it first?

This commit is contained in:
Lillian Violet 2024-12-04 18:03:17 +01:00
parent 6cf5aa600c
commit c494d89289

View file

@ -60,6 +60,8 @@
sops.secrets."protonvpn-priv-key".mode = "0440"; sops.secrets."protonvpn-priv-key".mode = "0440";
sops.secrets."protonvpn-priv-key".owner = config.users.users.wireguard.name; sops.secrets."protonvpn-priv-key".owner = config.users.users.wireguard.name;
networking.wireguard.enable = true;
networking.wg-quick.interfaces = { networking.wg-quick.interfaces = {
# "wg0" is the network interface name. You can name the interface arbitrarily. # "wg0" is the network interface name. You can name the interface arbitrarily.
wg0 = { wg0 = {