From 9bb42fe0c83b07782e4d9c560db2f473dc7d3217 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 31 Oct 2023 11:36:24 +0530 Subject: cez/wireguard: update interface name --- hosts/cez/modules/wireguard.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/cez/modules') 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" ]; -- cgit v1.2.3