mirror of https://github.com/materusPL/Nixerus.git
materusPC: update settings
This commit is contained in:
parent
daabe129cc
commit
6cee44c2f8
|
@ -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]
|
||||||
|
|
|
@ -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: [
|
||||||
|
|
Loading…
Reference in New Issue