Allow steam through firewall on rotterdam
This commit is contained in:
parent
00fda42da9
commit
1d44d31418
1 changed files with 5 additions and 2 deletions
|
|
@ -14,8 +14,6 @@
|
||||||
|
|
||||||
services.hardware.openrgb.enable = true;
|
services.hardware.openrgb.enable = true;
|
||||||
|
|
||||||
programs.corectrl.enable = true;
|
|
||||||
|
|
||||||
systemd.targets.hibernate.enable = false; # disable non-functional hibernate
|
systemd.targets.hibernate.enable = false; # disable non-functional hibernate
|
||||||
|
|
||||||
nix.nixPath = [
|
nix.nixPath = [
|
||||||
|
|
@ -34,6 +32,11 @@
|
||||||
KWIN_DRM_NO_AMS = "1"; # RDNA2 colour/gamma modesetting bug workaround for kwin wayland
|
KWIN_DRM_NO_AMS = "1"; # RDNA2 colour/gamma modesetting bug workaround for kwin wayland
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs = {
|
||||||
|
corectrl.enable = true;
|
||||||
|
steam.dedicatedServer.openFirewall = true;
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
cemu
|
cemu
|
||||||
# retroarchFull
|
# retroarchFull
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue