forked from DGNum/infrastructure
fix(krz01): Enable netbird
This commit is contained in:
parent
70c69346fb
commit
a194da9662
2 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,7 @@ lib.extra.mkConfig {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
#services.netbird.enable = true;
|
services.netbird.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
root = ./.;
|
root = ./.;
|
||||||
|
|
|
@ -49,6 +49,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
hostId = "bd11e8fc";
|
hostId = "bd11e8fc";
|
||||||
|
netbirdIp = "100.80.103.206";
|
||||||
};
|
};
|
||||||
|
|
||||||
geo01 = {
|
geo01 = {
|
||||||
|
|
Loading…
Reference in a new issue