Changed: Programms
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||
networking.firewall.allowedTCPPorts = [ 57621 ];
|
||||
networking.firewall.allowedUDPPorts = [ 5353 ];
|
||||
# Or disable the firewall altogether.
|
||||
networking.firewall.enable = false;
|
||||
}
|
||||
|
@@ -31,11 +31,11 @@
|
||||
ethtool
|
||||
pciutils # lspci
|
||||
usbutils # lsusb
|
||||
lshw
|
||||
lshw
|
||||
|
||||
# Graphics
|
||||
libGL
|
||||
glxinfo
|
||||
# Graphics
|
||||
libGL
|
||||
glxinfo
|
||||
|
||||
# Rizz
|
||||
fastfetch
|
||||
@@ -68,6 +68,7 @@
|
||||
gawk
|
||||
zstd
|
||||
gnupg
|
||||
fzf
|
||||
|
||||
# Archives
|
||||
zip
|
||||
|
Reference in New Issue
Block a user