Compare commits
No commits in common. "73146c6a5db9f95ecf00480545e2a700dd3ffbd8" and "881db84a264cd2423b0aba75f01202dac355371c" have entirely different histories.
73146c6a5d
...
881db84a26
1 changed files with 7 additions and 1 deletions
|
@ -190,7 +190,6 @@
|
||||||
#networking.firewall.allowedTCPPorts = [ 9003 ];
|
#networking.firewall.allowedTCPPorts = [ 9003 ];
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enable = true;
|
|
||||||
allowedTCPPorts = [ 9003 ];
|
allowedTCPPorts = [ 9003 ];
|
||||||
allowedUDPPorts = [ 51820 ];
|
allowedUDPPorts = [ 51820 ];
|
||||||
# if packets are still dropped, they will show up in dmesg
|
# if packets are still dropped, they will show up in dmesg
|
||||||
|
@ -250,6 +249,7 @@
|
||||||
libreoffice-qt # libreoffice - qt is best for KDE
|
libreoffice-qt # libreoffice - qt is best for KDE
|
||||||
hunspell # spell checking
|
hunspell # spell checking
|
||||||
hunspellDicts.en_US # spell check dictionary
|
hunspellDicts.en_US # spell check dictionary
|
||||||
|
#corectl # this doesn't exist????
|
||||||
magic-wormhole # transfer files with ease
|
magic-wormhole # transfer files with ease
|
||||||
screen # terminal multiplexer...from GNU
|
screen # terminal multiplexer...from GNU
|
||||||
gnumake # build automation tool
|
gnumake # build automation tool
|
||||||
|
@ -459,6 +459,12 @@
|
||||||
|
|
||||||
programs.steam.gamescopeSession.enable = true;
|
programs.steam.gamescopeSession.enable = true;
|
||||||
|
|
||||||
|
# Open ports in the firewall.
|
||||||
|
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||||
|
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||||
|
# Or disable the firewall altogether.
|
||||||
|
# networking.firewall.enable = false;
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue