diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2025-01-05 09:31:51 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2025-01-05 09:31:51 +0100 |
commit | cde896f6fcbe12d6e5fec062c9588809c560cd4f (patch) | |
tree | 6f77bae74a50f8ef5a78ff37a948527c20ac95d6 /hosts/tarrel.nix | |
parent | 289e89a6169a6d7db12aba28e4516989536ef386 (diff) |
Update to 24.11 and disabled hy3 for now
Diffstat (limited to 'hosts/tarrel.nix')
-rw-r--r-- | hosts/tarrel.nix | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/hosts/tarrel.nix b/hosts/tarrel.nix index 3784873..96dd693 100644 --- a/hosts/tarrel.nix +++ b/hosts/tarrel.nix @@ -10,12 +10,13 @@ discord ]; - hardware.opengl.enable = true; + hardware.graphics.enable = true; services.xserver.videoDrivers = ["nvidia"]; hardware.nvidia = { modesetting.enable = true; nvidiaSettings = true; nvidiaPersistenced = true; + open = true; package = config.boot.kernelPackages.nvidiaPackages.stable; }; @@ -58,10 +59,6 @@ environment.pathsToLink = [ "/libexec" ]; - services.unifi = { - enable = true; - unifiPackage = pkgs.unifi8; - }; services.sunshine = { enable = true; autoStart = true; |