nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 25e72391bc5dc023c6f039998aecf2188ae82583
parent f44ea9ee01b29e52550d97aa034a2f61f85aad7d
Author: Toni Brown <tb148@proton.me>
Date:   Thu, 28 Aug 2025 14:17:27 +0800

separate nixpkgs configs

Diffstat:
Mconfiguration.nix | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/configuration.nix b/configuration.nix @@ -34,7 +34,9 @@ }; boot.loader.efi.canTouchEfiVariables = true; boot.kernelPackages = pkgs.linuxPackages_latest; + nixpkgs.config.allowUnfree = true; + hardware.graphics.enable = true; services.xserver.videoDrivers = [ "nvidia" ]; hardware.nvidia.open = true;