treewide: fixes in services

This commit is contained in:
hand7s 2025-06-05 11:13:59 +03:00
parent a0642a6bed
commit c7fd8009ce
No known key found for this signature in database
4 changed files with 2 additions and 8 deletions

View file

@ -4,7 +4,7 @@
enable = true;
persistentKeys = false;
settings = {
PrivateKey = config.sops.secrets.yggKeyPc.path;
# PrivateKey = ""; it's won't work as i thought :D;
Peers = [
# Germany :Erm:

View file

@ -2,9 +2,6 @@
services = {
zerotierone = {
enable = true;
joinNetworks = [
config.sops.secrets.ztNetwork.path
];
};
};
}

View file

@ -4,7 +4,7 @@
enable = true;
persistentKeys = false;
settings = {
PrivateKey = config.sops.secrets.yggKeyLT.path;
# PrivateKey = ""; it's won't work as i thought :D
Peers = [
# only 1W+ peers (some exeptions are possible)

View file

@ -2,9 +2,6 @@
services = {
zerotierone = {
enable = true;
joinNetworks = [
config.sops.secrets.ztNetwork.path
];
};
};
}