From f8dc594dc9b974412d495c75ba5fdfafe1eb8b53 Mon Sep 17 00:00:00 2001 From: atagen Date: Sun, 21 Aug 2022 22:16:19 +1000 Subject: [PATCH] xwayland does weird stuff, fix drive permissions on wollomi --- system/configuration.nix | 2 +- system/wollomi.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/system/configuration.nix b/system/configuration.nix index bb09254..d7e07db 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -46,7 +46,7 @@ services.xserver.desktopManager.plasma5.enable = true; services.xserver.displayManager.sddm.enable = true; services.xserver.desktopManager.plasma5.runUsingSystemd = true; - programs.xwayland.enable = true; + # programs.xwayland.enable = true; # Enable sound. diff --git a/system/wollomi.nix b/system/wollomi.nix index 98f29e0..b9c155f 100644 --- a/system/wollomi.nix +++ b/system/wollomi.nix @@ -57,7 +57,7 @@ fileSystems."/data" = { device = "/dev/disk/by-uuid/39D4F78C658E8B56"; fsType = "ntfs"; - options = [ "rw" "uid=1001" ]; + options = [ "rw" "uid=1000" "gid=100" ]; }; networking.firewall.enable = false;