rm iodine

doesn't work :/
This commit is contained in:
Motiejus Jakštys 2024-10-08 13:43:58 -07:00
parent 34f8cc0c2e
commit 8f4803afc1
5 changed files with 0 additions and 24 deletions

View File

@ -24,7 +24,6 @@ rec {
immich-server = 3002; immich-server = 3002;
immich-machine-learning = 3003; # as of writing, hardcoded in the immich module immich-machine-learning = 3003; # as of writing, hardcoded in the immich module
nsd-unwrapped = 5353;
soju = 6697; soju = 6697;
soju-ws = 6698; soju-ws = 6698;
matrix-synapse = 8008; matrix-synapse = 8008;

View File

@ -14,7 +14,6 @@ in
motiejus-passwd-hash.file = ../../secrets/motiejus_passwd_hash.age; motiejus-passwd-hash.file = ../../secrets/motiejus_passwd_hash.age;
root-passwd-hash.file = ../../secrets/root_passwd_hash.age; root-passwd-hash.file = ../../secrets/root_passwd_hash.age;
sasl-passwd.file = ../../secrets/postfix_sasl_passwd.age; sasl-passwd.file = ../../secrets/postfix_sasl_passwd.age;
iodine-passwd.file = ../../secrets/iodine.age;
ssh8022-server = { ssh8022-server = {
file = ../../secrets/ssh8022.age; file = ../../secrets/ssh8022.age;
owner = "spiped"; owner = "spiped";
@ -116,18 +115,8 @@ in
}; };
services = { services = {
iodine.server = {
enable = true;
ip = "100.89.175.1/24";
domain = "i.jakstys.lt";
passwordFile = config.age.secrets.iodine-passwd.path;
#extraConfig = "-c -b ${toString myData.ports.nsd-unwrapped}";
extraConfig = "-c";
};
nsd = { nsd = {
enable = true; enable = true;
port = myData.ports.nsd-unwrapped;
interfaces = [ interfaces = [
"0.0.0.0" "0.0.0.0"
"::" "::"

View File

@ -1,5 +1,4 @@
{ {
lib,
config, config,
pkgs, pkgs,
myData, myData,
@ -21,7 +20,6 @@ in
motiejus-work-passwd-hash.file = ../../secrets/motiejus_work_passwd_hash.age; motiejus-work-passwd-hash.file = ../../secrets/motiejus_work_passwd_hash.age;
root-work-passwd-hash.file = ../../secrets/root_work_passwd_hash.age; root-work-passwd-hash.file = ../../secrets/root_work_passwd_hash.age;
sasl-passwd.file = ../../secrets/postfix_sasl_passwd.age; sasl-passwd.file = ../../secrets/postfix_sasl_passwd.age;
iodine-passwd.file = ../../secrets/iodine.age;
syncthing-key.file = ../../secrets/mtworx/syncthing/key.pem.age; syncthing-key.file = ../../secrets/mtworx/syncthing/key.pem.age;
syncthing-cert.file = ../../secrets/mtworx/syncthing/cert.pem.age; syncthing-cert.file = ../../secrets/mtworx/syncthing/cert.pem.age;
@ -178,16 +176,7 @@ in
}; };
}; };
# Comment this to enable iodione client
systemd.services.iodine-fra1-b.wantedBy = lib.mkForce [ ];
services = { services = {
iodine.clients.fra1-b = {
server = "i.jakstys.lt";
passwordFile = config.age.secrets.iodine-passwd.path;
extraConfig = "-L0";
#relay = "1.1.1.1";
};
tlp = { tlp = {
enable = true; enable = true;
settings = { settings = {

View File

@ -71,5 +71,4 @@ in
"secrets/root_passwd_hash.age" "secrets/root_passwd_hash.age"
"secrets/postfix_sasl_passwd.age" "secrets/postfix_sasl_passwd.age"
"secrets/ssh8022.age" "secrets/ssh8022.age"
"secrets/iodine.age"
] ]

Binary file not shown.