This commit is contained in:
2025-08-21 14:42:22 +03:00
parent 652c34791d
commit e3277815a4
2 changed files with 1 additions and 4 deletions

View File

@@ -1,10 +1,6 @@
{ config, pkgs, lib, ... }:
{
imports = [
inputs.tangled.nixosModules.knot
];
services.tangled-knot = {
enable = true;
listenAddr = "0.0.0.0:3003";