ports test
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user