migrate yggdrasil default config out
This commit is contained in:
parent
b9f35afd8b
commit
450dfe39e0
4 changed files with 9 additions and 19 deletions
|
|
@ -17,17 +17,11 @@ in
|
|||
deploy = {
|
||||
enable = false;
|
||||
};
|
||||
|
||||
services = {
|
||||
tty-ips.enable = true;
|
||||
};
|
||||
networking = {
|
||||
yggdrasil = {
|
||||
enable = true;
|
||||
AllowedPublicKeys = [
|
||||
"d0e265fcf663451ae9bc048dc1297749819ce9d48042a986f2866c15a779a074"
|
||||
];
|
||||
};
|
||||
|
||||
hostName = "tofu";
|
||||
};
|
||||
environment.systemPackages = [
|
||||
|
|
|
|||
|
|
@ -29,12 +29,6 @@ in
|
|||
};
|
||||
};
|
||||
networking = {
|
||||
yggdrasil = {
|
||||
enable = true;
|
||||
AllowedPublicKeys = [
|
||||
"d0e265fcf663451ae9bc048dc1297749819ce9d48042a986f2866c15a779a074"
|
||||
];
|
||||
};
|
||||
hostName = "observer-tofu";
|
||||
};
|
||||
environment.systemPackages = [
|
||||
|
|
|
|||
|
|
@ -39,12 +39,6 @@ in
|
|||
};
|
||||
};
|
||||
networking = {
|
||||
yggdrasil = {
|
||||
enable = true;
|
||||
AllowedPublicKeys = [
|
||||
"d0e265fcf663451ae9bc048dc1297749819ce9d48042a986f2866c15a779a074"
|
||||
];
|
||||
};
|
||||
hostName = "tofu";
|
||||
};
|
||||
environment.systemPackages = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue