Merge pull request 'main' (#3) from Lithospherical/nix-config:main into main

Reviewed-on: jan-leila/nix-config#3
This commit is contained in:
jan-leila 2025-06-01 18:40:54 +00:00
commit 254edf2d4a
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
type = "gpt"; type = "gpt";
partitions = { partitions = {
ESP = { ESP = {
size = "64M"; size = "512M";
type = "EF00"; type = "EF00";
content = { content = {
type = "filesystem"; type = "filesystem";

View file

@ -32,7 +32,7 @@
# supported GPUs is at: # supported GPUs is at:
# https://github.com/NVIDIA/open-gpu-kernel-modules#compatible-gpus # https://github.com/NVIDIA/open-gpu-kernel-modules#compatible-gpus
# Only available from driver 515.43.04+ # Only available from driver 515.43.04+
open = false; open = true;
# Enable the Nvidia settings menu, # Enable the Nvidia settings menu,
# accessible via `nvidia-settings`. # accessible via `nvidia-settings`.