This commit is contained in:
4DBug
2026-08-26 15:44:15 -05:00
parent 6790b2d923
commit 843182fae7
3 changed files with 6 additions and 6 deletions
Generated
+4 -4
View File
@@ -132,11 +132,11 @@
]
},
"locked": {
"lastModified": 1787772860,
"narHash": "sha256-XTY+vJQGP8Z8/U2jjrbWMMCfn78kYlmTcoCYUMd3AHY=",
"lastModified": 1787776738,
"narHash": "sha256-npYHSWEzVp1r6pIXGxPUSbdpsOxlizHtZd27vE5E92I=",
"ref": "refs/heads/main",
"rev": "ffab4949f334f5a7bc699bfba8592097e8fa5787",
"revCount": 2,
"rev": "9e93df5961258d16cf1df3a59ff745b1b6fe9df8",
"revCount": 8,
"type": "git",
"url": "https://git.bug.tools/bug/tv.git"
},
+1 -1
View File
@@ -3,7 +3,7 @@
nixos = { pkgs, config, ... }: {
imports = [ inputs.bug-tv.nixosModules.default ];
den.tunnels = [ "api.tv" ];
den.tunnels = [ "api-tv" ];
services."bug-tv" = {
enable = true;
+1 -1
View File
@@ -19,7 +19,7 @@
mail = 8088;
email = 8088;
llama = 8080;
"api.tv" = 8789;
api-tv = 8789;
};
};
}