mtworx: do not enable iodione by default
This commit is contained in:
parent
501d701d77
commit
464e50b4eb
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
lib,
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
myData,
|
myData,
|
||||||
@ -177,11 +178,14 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Comment this to enable iodione client
|
||||||
|
systemd.services.iodine-fra1-b.wantedBy = lib.mkForce [ ];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
iodine.clients.fra1-b = {
|
iodine.clients.fra1-b = {
|
||||||
server = "i.jakstys.lt";
|
server = "i.jakstys.lt";
|
||||||
passwordFile = config.age.secrets.iodine-passwd.path;
|
passwordFile = config.age.secrets.iodine-passwd.path;
|
||||||
relay = "1.1.1.1";
|
#relay = "1.1.1.1";
|
||||||
};
|
};
|
||||||
tlp = {
|
tlp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user