materusPC: update settings

This commit is contained in:
Mateusz Słodkowicz 2023-07-21 00:05:29 +02:00
parent daabe129cc
commit 6cee44c2f8
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
2 changed files with 14 additions and 4 deletions

View File

@ -2,11 +2,12 @@
{ {
networking.useDHCP = lib.mkDefault true; networking.useDHCP = lib.mkDefault true;
networking.hostName = "materusPC"; networking.hostName = "materusPC";
networking.wireless.iwd.enable = true;
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
networking.networkmanager.wifi.backend = "iwd";
networking.firewall.enable = true; networking.firewall.enable = true;
networking.firewall.allowedTCPPorts = [ 24800 5900 5357 4656 ]; networking.firewall.allowedTCPPorts = [ 24800 5900 5357 4656 8080 ];
networking.firewall.allowedUDPPorts = [ 24800 5900 3702 4656 ]; networking.firewall.allowedUDPPorts = [ 24800 5900 3702 4656 6000 ];
#Fix warning #Fix warning
networking.networkmanager.extraConfig = lib.mkDefault '' networking.networkmanager.extraConfig = lib.mkDefault ''
[connectivity] [connectivity]

View File

@ -21,6 +21,12 @@ let
pkgs.xorg.libXinerama pkgs.xorg.libXinerama
pkgs.xorg.libXScrnSaver pkgs.xorg.libXScrnSaver
pkgs.xorg.xinput pkgs.xorg.xinput
pkgs.xorg.xcbutilwm
pkgs.xorg.xcbutilimage
pkgs.xorg.xcbutilkeysyms
pkgs.xorg.xcbutilerrors
pkgs.xorg.xcbutilrenderutil
pkgs.xorg.xcbutil
pkgs.libinput pkgs.libinput
pkgs.openvdb pkgs.openvdb
pkgs.tbb_2021_8 pkgs.tbb_2021_8
@ -31,10 +37,13 @@ let
pkgs.fuse pkgs.fuse
pkgs.libsForQt5.breeze-qt5 pkgs.libsForQt5.breeze-qt5
pkgs.libsForQt5.breeze-gtk pkgs.libsForQt5.breeze-gtk
pkgs.libsForQt5.dolphin
pkgs.samba4Full pkgs.samba4Full
pkgs.tdb pkgs.tdb
pkgs.jbig2enc
pkgs.jbig2dec
pkgs.brave
config.materus.profile.packages.firefox
] ++ config.materus.profile.packages.list.fonts; ] ++ config.materus.profile.packages.list.fonts;
extraLibraries = pkgs: [ extraLibraries = pkgs: [