NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: nvidia related config fix

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

+1
+1
hosts/lairland/configuration.nix
··· 120 120 # }; 121 121 122 122 services.xserver.videoDrivers = [ "nvidia" ]; 123 + hardware.nvidia.open = false; 123 124 }