From c1ba1e55d0d6b9f5ec663bcbe78e93be310b2458 Mon Sep 17 00:00:00 2001 From: tux Date: Mon, 7 Sep 2026 20:41:12 +0530 Subject: [PATCH] fix(docs): correct nix service configuration --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e75918..26fc514 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ trok = { inputs.trok.nixosModules.default ]; - tnix.services.trok = { + services.trok = { enable = true; host = "0.0.0.0"; port = 1337;