can't find wireguard user, maybe have to enable it first?
This commit is contained in:
parent
6cf5aa600c
commit
c494d89289
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue