fix: removed public key mechanism as is not needed [deploy]
This commit is contained in:
parent
a445c46ea0
commit
d96ec5b555
1 changed files with 3 additions and 3 deletions
|
|
@ -10,8 +10,8 @@ _: {
|
||||||
};
|
};
|
||||||
networking.yggdrasil = {
|
networking.yggdrasil = {
|
||||||
enable = true;
|
enable = true;
|
||||||
AllowedPublicKeys = [
|
# AllowedPublicKeys = [
|
||||||
"d0e265fcf663451ae9bc048dc1297749819ce9d48042a986f2866c15a779a074"
|
# "d0e265fcf663451ae9bc048dc1297749819ce9d48042a986f2866c15a779a074"
|
||||||
];
|
# ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue