From 3790d334c994db7a0e1eac9c130c2b1316c78c35 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 31 Dec 2024 13:48:05 -0500 Subject: Upgrade nixos 24.05 -> 24.11, ghc 9.4.8 -> 9.6.6 It's good to update, I think nixos 24.05 was deprecated anyway. The iPython dontCheck is because there was a test timeout; I don't even know why iPython is being pulled in but whatever. --- Omni/Dev/Lithium/Configuration.nix | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'Omni/Dev/Lithium/Configuration.nix') diff --git a/Omni/Dev/Lithium/Configuration.nix b/Omni/Dev/Lithium/Configuration.nix index 97b00c8..91b7f59 100644 --- a/Omni/Dev/Lithium/Configuration.nix +++ b/Omni/Dev/Lithium/Configuration.nix @@ -27,17 +27,7 @@ in { environment.systemPackages = [ pkgs.nvtop pkgs.k3s pkgs.wemux pkgs.tmux pkgs.wireguard-tools ]; - hardware = { - opengl.enable = true; - pulseaudio = { - enable = true; - extraConfig = '' - load-module module-loopback - ''; - }; - }; - - #hardware.nvidia.nvidiaPersistenced = true; + hardware.opengl.enable = true; programs.bash.enableCompletion = true; programs.command-not-found.enable = true; @@ -106,7 +96,6 @@ in { services.xserver.autorun = true; services.xserver.layout = "us"; services.xserver.xkbOptions = "caps:ctrl_modifier"; - services.xserver.videoDrivers = [ "nvidia" ]; services.xserver.serverFlagsSection = '' Option "BlankTime" "0" Option "StandbyTime" "0" -- cgit v1.2.3