Removed gale overlay port 8000 now always open for temporary services. updated mpv config Added mount.yazi plugin
7 lines
163 B
Nix
7 lines
163 B
Nix
{
|
|
config,
|
|
lib,
|
|
...
|
|
}: {
|
|
networking.firewall.allowedTCPPorts = lib.mkOptionals config.niksos.desktop [8080]; # Handy for temporary web servers and stuff.
|
|
}
|