default presist true ygg
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Jermeiah S 2025-06-19 18:40:23 -04:00
parent 50a3877681
commit 7a3d5bfb2a
No known key found for this signature in database

View file

@ -40,7 +40,7 @@ in
}; };
services.yggdrasil = { services.yggdrasil = {
enable = true; enable = true;
persistentKeys = true; persistentKeys = lib.mkDefault true;
openMulticastPort = true; openMulticastPort = true;
settings = { settings = {
inherit (cfg) AllowedPublicKeys; inherit (cfg) AllowedPublicKeys;