SDDM Wayland already enabled by default, tighter permissions on /boot

This commit is contained in:
Anthony Wang 2025-09-24 22:07:58 -04:00
parent e187328689
commit 7c52d6e55c
No known key found for this signature in database
2 changed files with 3 additions and 6 deletions

View file

@ -38,10 +38,7 @@
services = {
desktopManager.plasma6.enable = true;
displayManager.sddm = {
enable = true;
wayland.enable = true;
};
displayManager.sddm.enable = true;
openssh = {
enable = true;
settings = {

View file

@ -34,8 +34,8 @@
device = "/dev/disk/by-uuid/BE49-D264";
fsType = "vfat";
options = [
"fmask=0022"
"dmask=0022"
"fmask=0077"
"dmask=0077"
];
};