mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:16:33 +01:00
set uid 1000
This commit is contained in:
parent
0e14c32fef
commit
ba1ef0b12d
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
"/media/gaming" = {
|
"/media/gaming" = {
|
||||||
device = "/dev/disk/by-uuid/4038F97238F966F6";
|
device = "/dev/disk/by-uuid/4038F97238F966F6";
|
||||||
fsType = "ntfs";
|
fsType = "ntfs";
|
||||||
options = [ "rw" "uid=${config.users.users.jopejoe1.uid}"];
|
options = [ "rw" "uid=1000"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue