From 6cee44c2f859757fe0a9aa48dc4d7194866104a3 Mon Sep 17 00:00:00 2001 From: materus Date: Fri, 21 Jul 2023 00:05:29 +0200 Subject: [PATCH] materusPC: update settings --- configurations/host/materusPC/network.nix | 7 ++++--- configurations/profile/os/games/steam.nix | 11 ++++++++++- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/configurations/host/materusPC/network.nix b/configurations/host/materusPC/network.nix index d2accf0..35d1513 100644 --- a/configurations/host/materusPC/network.nix +++ b/configurations/host/materusPC/network.nix @@ -2,11 +2,12 @@ { networking.useDHCP = lib.mkDefault true; networking.hostName = "materusPC"; + networking.wireless.iwd.enable = true; networking.networkmanager.enable = true; + networking.networkmanager.wifi.backend = "iwd"; networking.firewall.enable = true; - networking.firewall.allowedTCPPorts = [ 24800 5900 5357 4656 ]; - networking.firewall.allowedUDPPorts = [ 24800 5900 3702 4656 ]; - + networking.firewall.allowedTCPPorts = [ 24800 5900 5357 4656 8080 ]; + networking.firewall.allowedUDPPorts = [ 24800 5900 3702 4656 6000 ]; #Fix warning networking.networkmanager.extraConfig = lib.mkDefault '' [connectivity] diff --git a/configurations/profile/os/games/steam.nix b/configurations/profile/os/games/steam.nix index c3ffcff..c6bbbd0 100644 --- a/configurations/profile/os/games/steam.nix +++ b/configurations/profile/os/games/steam.nix @@ -21,6 +21,12 @@ let pkgs.xorg.libXinerama pkgs.xorg.libXScrnSaver pkgs.xorg.xinput + pkgs.xorg.xcbutilwm + pkgs.xorg.xcbutilimage + pkgs.xorg.xcbutilkeysyms + pkgs.xorg.xcbutilerrors + pkgs.xorg.xcbutilrenderutil + pkgs.xorg.xcbutil pkgs.libinput pkgs.openvdb pkgs.tbb_2021_8 @@ -31,10 +37,13 @@ let pkgs.fuse pkgs.libsForQt5.breeze-qt5 pkgs.libsForQt5.breeze-gtk + pkgs.libsForQt5.dolphin pkgs.samba4Full pkgs.tdb + pkgs.jbig2enc + pkgs.jbig2dec + pkgs.brave - config.materus.profile.packages.firefox ] ++ config.materus.profile.packages.list.fonts; extraLibraries = pkgs: [