hosts/satori: changes
networking: change gateway cuz new router graphics: use the stable nvidia drivers misc changes Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
		@@ -18,7 +18,7 @@
 | 
			
		||||
    };
 | 
			
		||||
    kernelParams = [ "intel_pstate=active" "intel_iommu=on" ];
 | 
			
		||||
    kernelModules = [ "kvm-intel" "snd-seq" "snd-rawmidi" "joydev" ];
 | 
			
		||||
    extraModulePackages = with config.boot.kernelPackages; [ nvidia_x11_vulkan_beta v4l2loopback ];
 | 
			
		||||
    extraModulePackages = with config.boot.kernelPackages; [ nvidia_x11 v4l2loopback ];
 | 
			
		||||
    loader = {
 | 
			
		||||
      efi = {
 | 
			
		||||
        canTouchEfiVariables = true;
 | 
			
		||||
 
 | 
			
		||||
@@ -20,7 +20,7 @@ in
 | 
			
		||||
      package32 = pkgs.master.pkgsi686Linux.mesa.drivers;
 | 
			
		||||
    };
 | 
			
		||||
    nvidia = {
 | 
			
		||||
      package = config.boot.kernelPackages.nvidia_x11_vulkan_beta;
 | 
			
		||||
      package = config.boot.kernelPackages.nvidia_x11;
 | 
			
		||||
      prime = {
 | 
			
		||||
        #      sync.enable = true;
 | 
			
		||||
        offload = { enable = true; };
 | 
			
		||||
 
 | 
			
		||||
@@ -4,6 +4,7 @@
 | 
			
		||||
  networking = {
 | 
			
		||||
    hostName = "satori";
 | 
			
		||||
    hostId = "beca3df0";
 | 
			
		||||
    defaultGateway = "192.168.1.1";
 | 
			
		||||
    wireless.enable = true;
 | 
			
		||||
    wireless.interfaces = [ "wlp0s20f3" ];
 | 
			
		||||
    firewall = {
 | 
			
		||||
 
 | 
			
		||||
@@ -31,6 +31,7 @@
 | 
			
		||||
    msr-tools
 | 
			
		||||
    steam
 | 
			
		||||
    igrep
 | 
			
		||||
    jq
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  programs = {
 | 
			
		||||
 
 | 
			
		||||
@@ -14,6 +14,7 @@
 | 
			
		||||
      ACTION=="add|change", KERNEL=="sda", ATTR{queue/rotational}=="0", ATTR{queue/scheduler}="bfq"
 | 
			
		||||
    '';
 | 
			
		||||
    zfs.autoScrub.enable = true;
 | 
			
		||||
    logind.extraConfig = "RuntimeDirectorySize=30%";
 | 
			
		||||
  };
 | 
			
		||||
  systemd.services.tor.wantedBy = lib.mkForce [ ];
 | 
			
		||||
  systemd.enableUnifiedCgroupHierarchy = false;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user