set uid 1000

This commit is contained in:
Johannes Jöns 2023-08-09 23:06:51 +02:00
parent 0e14c32fef
commit ba1ef0b12d

View file

@ -40,7 +40,7 @@
"/media/gaming" = {
device = "/dev/disk/by-uuid/4038F97238F966F6";
fsType = "ntfs";
options = [ "rw" "uid=${config.users.users.jopejoe1.uid}"];
options = [ "rw" "uid=1000"];
};
};