fix(docs): correct nix service configuration

This commit is contained in:
tux
2026-09-07 20:41:12 +05:30
parent a616409ee0
commit c1ba1e55d0

View File

@@ -90,7 +90,7 @@ trok = {
inputs.trok.nixosModules.default
];
tnix.services.trok = {
services.trok = {
enable = true;
host = "0.0.0.0";
port = 1337;