Compare commits

...

2 Commits

Author SHA1 Message Date
fe14cb6753
chore: unset iommu set to soft in kernelParams
This issue has been resolved with b65a4dbfcb

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2024-09-29 23:06:15 +05:30
572982dc5f
chore: exclude additional kde packages
Added plasma-browser-integration to excludedPackages list.

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2024-09-29 23:05:30 +05:30
2 changed files with 5 additions and 4 deletions

View File

@ -20,10 +20,11 @@
# Remove bloatware that we do not require. # Remove bloatware that we do not require.
environment.plasma6.excludePackages = with pkgs.kdePackages; [ environment.plasma6.excludePackages = with pkgs.kdePackages; [
konsole
khelpcenter
kate
elisa elisa
kate
khelpcenter
konsole
plasma-browser-integration
]; ];
# Disable fprint authentication for login. # Disable fprint authentication for login.

View File

@ -32,7 +32,7 @@
# a read-only state. We trust some random, obscure Arch wiki article over # a read-only state. We trust some random, obscure Arch wiki article over
# actually trying to figure out why it might be so. # actually trying to figure out why it might be so.
# ref: https://wiki.archlinux.org/title/Solid_state_drive/NVMe#Controller_failure_due_to_broken_suspend_support # ref: https://wiki.archlinux.org/title/Solid_state_drive/NVMe#Controller_failure_due_to_broken_suspend_support
"iommu=soft" # "iommu=soft"
# "resume_offset=2465529" # "resume_offset=2465529"
]; ];
# resumeDevice = "/dev/disk/by-uuid/870fde90-a91a-4554-8b1c-d5702c789f4d"; # resumeDevice = "/dev/disk/by-uuid/870fde90-a91a-4554-8b1c-d5702c789f4d";