rm iodine
doesn't work :/
This commit is contained in:
parent
34f8cc0c2e
commit
8f4803afc1
1
data.nix
1
data.nix
@ -24,7 +24,6 @@ rec {
|
||||
immich-server = 3002;
|
||||
immich-machine-learning = 3003; # as of writing, hardcoded in the immich module
|
||||
|
||||
nsd-unwrapped = 5353;
|
||||
soju = 6697;
|
||||
soju-ws = 6698;
|
||||
matrix-synapse = 8008;
|
||||
|
@ -14,7 +14,6 @@ in
|
||||
motiejus-passwd-hash.file = ../../secrets/motiejus_passwd_hash.age;
|
||||
root-passwd-hash.file = ../../secrets/root_passwd_hash.age;
|
||||
sasl-passwd.file = ../../secrets/postfix_sasl_passwd.age;
|
||||
iodine-passwd.file = ../../secrets/iodine.age;
|
||||
ssh8022-server = {
|
||||
file = ../../secrets/ssh8022.age;
|
||||
owner = "spiped";
|
||||
@ -116,18 +115,8 @@ in
|
||||
};
|
||||
|
||||
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 = {
|
||||
enable = true;
|
||||
port = myData.ports.nsd-unwrapped;
|
||||
interfaces = [
|
||||
"0.0.0.0"
|
||||
"::"
|
||||
|
@ -1,5 +1,4 @@
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
myData,
|
||||
@ -21,7 +20,6 @@ in
|
||||
motiejus-work-passwd-hash.file = ../../secrets/motiejus_work_passwd_hash.age;
|
||||
root-work-passwd-hash.file = ../../secrets/root_work_passwd_hash.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-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 = {
|
||||
iodine.clients.fra1-b = {
|
||||
server = "i.jakstys.lt";
|
||||
passwordFile = config.age.secrets.iodine-passwd.path;
|
||||
extraConfig = "-L0";
|
||||
#relay = "1.1.1.1";
|
||||
};
|
||||
tlp = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
@ -71,5 +71,4 @@ in
|
||||
"secrets/root_passwd_hash.age"
|
||||
"secrets/postfix_sasl_passwd.age"
|
||||
"secrets/ssh8022.age"
|
||||
"secrets/iodine.age"
|
||||
]
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user