mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 00:57:22 +01:00
fix: disable emacs devdocs update on startup
This caused errors when starting the emacs daemon with no internet connection.
This commit is contained in:
parent
af3224a1d5
commit
1af0cc3ac5
3 changed files with 4 additions and 3 deletions
|
|
@ -32,6 +32,7 @@
|
|||
firewall = {
|
||||
enable = true;
|
||||
allowedUDPPorts = [ 4380 27036 14242 34197 51820 ]; # 34197: factorio; 4380 27036 14242: barotrauma; 51820: wireguard
|
||||
allowedTCPPorts = [ ]; # 34197: factorio; 4380 27036 14242: barotrauma; 51820: wireguard
|
||||
allowedTCPPortRanges = [
|
||||
{from = 27015; to = 27030;} # barotrauma
|
||||
{from = 27036; to = 27037;} # barotrauma
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue