xwayland does weird stuff, fix drive permissions on wollomi
This commit is contained in:
parent
5e902af8cb
commit
f8dc594dc9
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue