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" + # ]; }; }