[WIP] Daemon & CLI

This commit is contained in:
Alex-Emmet 2026-07-23 23:13:02 +02:00
commit 8b158108bb
100 changed files with 6519 additions and 1596 deletions

View file

@ -196,6 +196,7 @@
SocketGroup = "iota";
Backlog = 5;
RemoveOnStop = "true";
NonBlocking = true;
};
};
@ -206,7 +207,7 @@
serviceConfig =
{
Type = "notify";
Type = "simple";
User = "iota";
Group = "iota";
WorkingDirectory = cfg.dataDir;
@ -258,6 +259,7 @@
Environment = [
"BIND_ADDRESS=${cfg.bindAddress}"
"IOTA_SOCKET=/run/iota/iota.sock"
"IOTA_DATA_DIR=${cfg.dataDir}"
];
}
// lib.optionalAttrs (cfg.environmentFiles != []) {