From 278038b5c4e4059f0dbd53b2f662222101125299 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Fri, 30 Aug 2024 19:50:49 +0200 Subject: [PATCH] feat: tell lambdaOS and muOS to use noasserver --- hosts/default/configuration.nix | 2 ++ hosts/muos/configuration.nix | 12 ++---------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 6de59af..11b77fa 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -64,11 +64,13 @@ "https://hyprland.cachix.org" "https://cache.iog.io" "https://cuda-maintainers.cachix.org" + "http://noasserver" ]; trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" "cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E=" + "noasserver:l8yuYbtolNwsOrfQIXuXBAFpl18OYAl/vcmjkI7A5RM=" ]; }; optimise.automatic = true; diff --git a/hosts/muos/configuration.nix b/hosts/muos/configuration.nix index 60307dc..67faee6 100644 --- a/hosts/muos/configuration.nix +++ b/hosts/muos/configuration.nix @@ -29,16 +29,6 @@ enable = true; enable32Bit = true; }; - nvidia = { - modesetting.enable = true; - powerManagement = { - enable = true; - finegrained = false; - }; - open = false; - nvidiaSettings = true; - package = config.boot.kernelPackages.nvidiaPackages.beta; - }; }; # Allow unfree packages @@ -65,11 +55,13 @@ "https://hyprland.cachix.org" "https://cache.iog.io" "https://cuda-maintainers.cachix.org" + "http://noasserver" ]; trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" "cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E=" + "noasserver:l8yuYbtolNwsOrfQIXuXBAFpl18OYAl/vcmjkI7A5RM=" ]; }; optimise.automatic = true;