NTFS: Difference between revisions

34j (talk | contribs)
mNo edit summary
34j (talk | contribs)
mNo edit summary
Line 21: Line 21:
}}
}}
4. Add {{ic|<nowiki>"uid=$UID"</nowiki>}} to {{nixos:option|fileSystems.*.options|fileSystems.<name>.options}} to get write access, where {{ic|<nowiki>$UID</nowiki>}} replaced with your UID:
4. Add {{ic|<nowiki>"uid=$UID"</nowiki>}} to {{nixos:option|fileSystems.*.options|fileSystems.<name>.options}} to get write access, where {{ic|<nowiki>$UID</nowiki>}} replaced with your UID:
{{file|/etc/nixos/configuration.nix|diff|3=
{{file|/etc/nixos/configuration.nix|nix|3=
fileSystems =
fileSystems =
   let
   let