diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-06-24 13:07:44 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-06-24 13:07:44 -0400 |
| commit | 3aefc84731c607cfdd2e20324d11db46f6f1fd10 (patch) | |
| tree | 491965f1e07d05a1455fc823aba4ef4f690942d5 /form | |
| parent | b83415693e592e8eb90669e1a98dddd619221e4e (diff) | |
| download | home-3aefc84731c607cfdd2e20324d11db46f6f1fd10.tar.gz | |
nixos: `set system.stateVersion` in system config
Diffstat (limited to 'form')
| -rw-r--r-- | form/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/form/configuration.nix b/form/configuration.nix index 7651cfd..9658bbb 100644 --- a/form/configuration.nix +++ b/form/configuration.nix @@ -13,6 +13,8 @@ }; config = { + system.stateVersion = "24.11"; + hardware.graphics.enable = true; boot.initrd.kernelModules = [ "nvidia" "nvidia_uvm" "nvidia_drm" ]; boot.extraModulePackages = [ config.boot.kernelPackages.nvidia_x11 ]; |