fix: nvidia kernelparam breaks boot
This commit is contained in:
parent
326f121d30
commit
4c067c293f
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue