xwayland does weird stuff, fix drive permissions on wollomi

This commit is contained in:
atagen 2022-08-21 22:16:19 +10:00
parent 5e902af8cb
commit f8dc594dc9
2 changed files with 2 additions and 2 deletions

View file

@ -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;