From 7c52d6e55cced8b4bbc0e85a977b968ae6c77867 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Wed, 24 Sep 2025 22:07:58 -0400 Subject: [PATCH] SDDM Wayland already enabled by default, tighter permissions on /boot --- configuration.nix | 5 +---- hardware-configuration.nix | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/configuration.nix b/configuration.nix index b91dd51..e204b5b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -38,10 +38,7 @@ services = { desktopManager.plasma6.enable = true; - displayManager.sddm = { - enable = true; - wayland.enable = true; - }; + displayManager.sddm.enable = true; openssh = { enable = true; settings = { diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 08e5339..7449d58 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -34,8 +34,8 @@ device = "/dev/disk/by-uuid/BE49-D264"; fsType = "vfat"; options = [ - "fmask=0022" - "dmask=0022" + "fmask=0077" + "dmask=0077" ]; };