migrate yggdrasil default config out
This commit is contained in:
parent
b9f35afd8b
commit
450dfe39e0
4 changed files with 9 additions and 19 deletions
8
modules/nixos/common/ygg.nix
Normal file
8
modules/nixos/common/ygg.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
_: {
|
||||
networking.yggdrasil = {
|
||||
enable = true;
|
||||
AllowedPublicKeys = [
|
||||
"d0e265fcf663451ae9bc048dc1297749819ce9d48042a986f2866c15a779a074"
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue