ports test

This commit is contained in:
4DBug
2026-03-03 17:05:04 -06:00
parent 4974969c6f
commit c10eca565f
17 changed files with 85 additions and 55 deletions

View File

@@ -1,4 +1,3 @@
{ den, ... }: {
den.aspects.box = {
includes = with den.aspects; [
@@ -8,13 +7,14 @@
dns
openssh
# cloudflared
cloudflared
syncthing
catppuccin
fish
portmap
searxng
copyparty
glances
@@ -25,19 +25,13 @@
# sish
vscode-server
gitea
(tunnel 3001 "tvtun")
(tunnel 8888 "search")
(tunnel 3210 "files")
(tunnel 3030 "tube")
(tunnel 8975 "reddit")
(tunnel 3002 "git")
(tunnel 61208 "monitor")
];
nixos = {
networking.hostName = "box";
# den.tunnels = [ "tvtun" ];
users.users.levi = {
isNormalUser = true;
description = "levi";