wip emacs output

This commit is contained in:
2025-09-28 01:58:34 -06:00
parent eee3e2dfea
commit 7b1c061c9d
11 changed files with 86 additions and 15 deletions

View File

@@ -16,7 +16,7 @@ in
data_directory = "/var/lib/readeck";
};
server = {
port = cfg.port;
inherit (cfg) port;
host = cfg.ip;
};
};