.
This commit is contained in:
parent
5fff31cd9d
commit
01f34ec32e
2 changed files with 12 additions and 2 deletions
|
@ -220,6 +220,16 @@
|
||||||
# Or disable the firewall altogether.
|
# Or disable the firewall altogether.
|
||||||
# networking.firewall.enable = false;
|
# networking.firewall.enable = false;
|
||||||
|
|
||||||
|
networking.firewall = {
|
||||||
|
enable = true;
|
||||||
|
allowedTCPPortRanges = [
|
||||||
|
{ from = 1714; to = 1764; }
|
||||||
|
];
|
||||||
|
allowedUDPPortRanges = [
|
||||||
|
{ from = 1714; to = 1764; }
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
# networking.extraHosts = ''
|
# networking.extraHosts = ''
|
||||||
# 127.0.0.1 l.redsky.io
|
# 127.0.0.1 l.redsky.io
|
||||||
# ::1 l.redsky.io
|
# ::1 l.redsky.io
|
||||||
|
|
4
home.nix
4
home.nix
|
@ -19,7 +19,6 @@ args@{ config, pkgs, split-monitor-workspaces, flatpaks, ... }:
|
||||||
fprintd-tod
|
fprintd-tod
|
||||||
freetube
|
freetube
|
||||||
freetype
|
freetype
|
||||||
gamescope
|
|
||||||
gcc
|
gcc
|
||||||
ghostscript
|
ghostscript
|
||||||
git-cola
|
git-cola
|
||||||
|
@ -60,7 +59,6 @@ args@{ config, pkgs, split-monitor-workspaces, flatpaks, ... }:
|
||||||
slurp
|
slurp
|
||||||
space-cadet-pinball
|
space-cadet-pinball
|
||||||
lutris
|
lutris
|
||||||
steam
|
|
||||||
sqlite
|
sqlite
|
||||||
stow
|
stow
|
||||||
swappy
|
swappy
|
||||||
|
@ -201,6 +199,8 @@ args@{ config, pkgs, split-monitor-workspaces, flatpaks, ... }:
|
||||||
"flathub:app/com.github.tchx84.Flatseal//stable"
|
"flathub:app/com.github.tchx84.Flatseal//stable"
|
||||||
"flathub:app/com.usebottles.bottles//stable"
|
"flathub:app/com.usebottles.bottles//stable"
|
||||||
"flathub:app/info.beyondallreason.bar//stable"
|
"flathub:app/info.beyondallreason.bar//stable"
|
||||||
|
"flathub:app/com.valvesoftware.Steam//stable"
|
||||||
|
"flathub:runtime/org.freedesktop.Platform.VulkanLayer.gamescope//stable"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue