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,6 +1,8 @@
{
den.aspects.glances = {
nixos = { pkgs, ... }: {
nixos = { pkgs, config, ... }: {
den.tunnels = [ "monitor" ];
environment.systemPackages = [ pkgs.glances ];
users.users.glances = {
@@ -24,7 +26,7 @@
ExecStart = ''
${pkgs.glances}/bin/glances \
-w \
-p 61208 \
-p ${toString config.den.portmap.monitor} \
-B 0.0.0.0
'';