Nixos-Configuration/modules/nixos/common/ygg.nix
2025-06-19 16:31:46 -04:00

8 lines
164 B
Nix

_: {
networking.yggdrasil = {
enable = true;
AllowedPublicKeys = [
"d0e265fcf663451ae9bc048dc1297749819ce9d48042a986f2866c15a779a074"
];
};
}