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": { "locked": {
"lastModified": 1787772860, "lastModified": 1787776738,
"narHash": "sha256-XTY+vJQGP8Z8/U2jjrbWMMCfn78kYlmTcoCYUMd3AHY=", "narHash": "sha256-npYHSWEzVp1r6pIXGxPUSbdpsOxlizHtZd27vE5E92I=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "ffab4949f334f5a7bc699bfba8592097e8fa5787", "rev": "9e93df5961258d16cf1df3a59ff745b1b6fe9df8",
"revCount": 2, "revCount": 8,
"type": "git", "type": "git",
"url": "https://git.bug.tools/bug/tv.git" "url": "https://git.bug.tools/bug/tv.git"
}, },
+1 -1
View File
@@ -3,7 +3,7 @@
nixos = { pkgs, config, ... }: { nixos = { pkgs, config, ... }: {
imports = [ inputs.bug-tv.nixosModules.default ]; imports = [ inputs.bug-tv.nixosModules.default ];
den.tunnels = [ "api.tv" ]; den.tunnels = [ "api-tv" ];
services."bug-tv" = { services."bug-tv" = {
enable = true; enable = true;
+1 -1
View File
@@ -19,7 +19,7 @@
mail = 8088; mail = 8088;
email = 8088; email = 8088;
llama = 8080; llama = 8080;
"api.tv" = 8789; api-tv = 8789;
}; };
}; };
} }