summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-10-31 11:36:24 +0530
committersinanmohd <sinan@sinanmohd.com>2023-10-31 11:36:24 +0530
commit9bb42fe0c83b07782e4d9c560db2f473dc7d3217 (patch)
treece482e4af0b4dff09f99e72a670fce40ec1711e9
parentd5f6cbc9be679c866495d8f3d612ebc541d39c0c (diff)
cez/wireguard: update interface name
-rw-r--r--hosts/cez/modules/wireguard.nix2
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" ];