Reorganised nix code

Added firefox extension

Ports now not opened by default on portable devices.
This commit is contained in:
Jurn Wubben 2025-05-08 08:48:37 +02:00
parent 3b6d07e383
commit d3776c0551
8 changed files with 36 additions and 26 deletions

View file

@ -1,7 +0,0 @@
{
config,
lib,
...
}: {
networking.firewall.allowedTCPPorts = lib.mkOptionals config.niksos.desktop [8080]; # Handy for temporary web servers and stuff.
}