fra1-b: +iodine

This commit is contained in:
Motiejus Jakštys 2024-10-07 18:57:55 -07:00
parent 34aeab823d
commit 93a09b29a5
4 changed files with 11 additions and 0 deletions

View File

@ -24,6 +24,7 @@ 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,6 +14,7 @@ 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";
@ -115,8 +116,16 @@ in
}; };
services = { services = {
iodine.server = {
enable = true;
ip = "172.16.10.1/24";
passwordFile = config.age.secrets.iodine-passwd.path;
extraConfig = "-p ${toString myData.ports.nsd-unwrapped}";
};
nsd = { nsd = {
enable = true; enable = true;
port = myData.ports.nsd-unwrapped;
interfaces = [ interfaces = [
"0.0.0.0" "0.0.0.0"
"::" "::"

View File

@ -71,4 +71,5 @@ 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"
] ]

BIN
secrets/iodine.age Normal file

Binary file not shown.