From d96ec5b5558aac1cf693f9e5f5a4c696c76ed080 Mon Sep 17 00:00:00 2001 From: Jermeiah S Date: Wed, 25 Jun 2025 20:05:13 -0400 Subject: [PATCH] fix: removed public key mechanism as is not needed [deploy] --- modules/nixos/common/ygg.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/nixos/common/ygg.nix b/modules/nixos/common/ygg.nix index 2c3ba19..1004b48 100644 --- a/modules/nixos/common/ygg.nix +++ b/modules/nixos/common/ygg.nix @@ -10,8 +10,8 @@ _: { }; networking.yggdrasil = { enable = true; - AllowedPublicKeys = [ - "d0e265fcf663451ae9bc048dc1297749819ce9d48042a986f2866c15a779a074" - ]; + # AllowedPublicKeys = [ + # "d0e265fcf663451ae9bc048dc1297749819ce9d48042a986f2866c15a779a074" + # ]; }; }