treewide: fixes in services
This commit is contained in:
parent
a0642a6bed
commit
c7fd8009ce
4 changed files with 2 additions and 8 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
persistentKeys = false;
|
persistentKeys = false;
|
||||||
settings = {
|
settings = {
|
||||||
PrivateKey = config.sops.secrets.yggKeyPc.path;
|
# PrivateKey = ""; it's won't work as i thought :D;
|
||||||
|
|
||||||
Peers = [
|
Peers = [
|
||||||
# Germany :Erm:
|
# Germany :Erm:
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,6 @@
|
||||||
services = {
|
services = {
|
||||||
zerotierone = {
|
zerotierone = {
|
||||||
enable = true;
|
enable = true;
|
||||||
joinNetworks = [
|
|
||||||
config.sops.secrets.ztNetwork.path
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
persistentKeys = false;
|
persistentKeys = false;
|
||||||
settings = {
|
settings = {
|
||||||
PrivateKey = config.sops.secrets.yggKeyLT.path;
|
# PrivateKey = ""; it's won't work as i thought :D
|
||||||
|
|
||||||
Peers = [
|
Peers = [
|
||||||
# only 1W+ peers (some exeptions are possible)
|
# only 1W+ peers (some exeptions are possible)
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,6 @@
|
||||||
services = {
|
services = {
|
||||||
zerotierone = {
|
zerotierone = {
|
||||||
enable = true;
|
enable = true;
|
||||||
joinNetworks = [
|
|
||||||
config.sops.secrets.ztNetwork.path
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue