fix: nvidia kernelparam breaks boot

This commit is contained in:
Patrick 2024-07-21 21:48:47 +02:00
parent 326f121d30
commit 4c067c293f
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
2 changed files with 4 additions and 3 deletions

View file

@ -53,6 +53,7 @@
boot.binfmt.emulatedSystems = ["aarch64-linux" "riscv64-linux"];
nix.settings.system-features = ["kvm" "nixos-test"];
boot.kernelParams = lib.mkForce ["rd.luks.options=timeout=0" "rootflags=x-systemd.device-timeout=0" "nohibernate" "root=fstab" "loglevel=4" "nvidia-drm.modeset=1" "nvidia.NVreg_PreserveVideoMemoryAllocations=1"];
services.netbird.enable = true;
# Do not cleanup nix store to prevent having to rebuild packages onca a month

View file

@ -254,7 +254,7 @@
.notification-group .notification-group-headers .notification-group-header {
color: @text-color;
font-size: 1.5rem;
font-size: 2rem;
}
.notification-group .notification-group-buttons {
@ -329,7 +329,7 @@
.widget-title {
color: @text-color;
margin: 8px;
font-size: 1.5rem;
font-size: 0.5rem;
}
.widget-title > button {
@ -350,7 +350,7 @@
.widget-dnd {
color: @text-color;
margin: 8px;
font-size: 1.5rem;
font-size: 0.5rem;
padding: 8px 16px;
}