update dependencies, add zerforschen.plus to lpt2 as a test

This commit is contained in:
Vinzenz Schroeter 2025-04-07 19:43:41 +02:00
parent 5fc8fe8ac6
commit 869213eb02
4 changed files with 98 additions and 27 deletions

View file

@ -1,6 +1,6 @@
{ ... }:
{
imports = [ ./nginx.nix ];
imports = [ ./zerforschen-plus.nix ];
config = {
networking.networkmanager.enable = true;
@ -37,5 +37,7 @@
};
};
};
networking.firewall.allowedTCPPorts = [ 8776 ];
};
}