my system configurations ^-^
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor(hosts/earthy): ntfs config

willow cb70d2d8 495fabc4

+1 -1
+1 -1
hosts/earthy/hardware-configuration.nix
··· 43 43 "/mnt/shared" = { 44 44 device = "/dev/nvme0n1p5"; 45 45 fsType = "ntfs"; 46 - options = ["rw"]; 46 + options = ["rw" "uid=1000" "gid=100"]; 47 47 }; 48 48 }; 49 49 swapDevices = [];