diff options
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" ]; |