diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-10-31 11:36:24 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-10-31 11:36:24 +0530 |
commit | 9bb42fe0c83b07782e4d9c560db2f473dc7d3217 (patch) | |
tree | ce482e4af0b4dff09f99e72a670fce40ec1711e9 /hosts | |
parent | d5f6cbc9be679c866495d8f3d612ebc541d39c0c (diff) |
cez/wireguard: update interface name
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/cez/modules/wireguard.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/cez/modules/wireguard.nix b/hosts/cez/modules/wireguard.nix index 4f7625b..d8e8dd0 100644 --- a/hosts/cez/modules/wireguard.nix +++ b/hosts/cez/modules/wireguard.nix @@ -6,7 +6,7 @@ in { sops.secrets."misc/wireguard" = {}; - networking.wg-quick.interfaces."wg" = { + networking.wg-quick.interfaces."kay" = { autostart = false; address = [ "10.0.1.2/24" ]; dns = [ "10.0.1.1" ]; |