0
fork

Configure Feed

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

Steam wants my harddrive


Signed-off-by: MLC Bloeiman <mar@strawmelonjuice.com>

+11
+11
hosts/Samurott/configuration.nix
··· 102 102 services.xserver.videoDrivers = [ "nvidia" ]; 103 103 hardware.nvidia.open = true; # see the note above 104 104 105 + fileSystems."/DATA" = { 106 + device = "/dev/disk/by-partuuid/37f557ce-7444-4fe7-9822-3fefe4c3cab0"; 107 + fsType = "auto"; 108 + options = [ 109 + "users" 110 + "nofail" 111 + "exec" 112 + "x-gvfs-name=DATA" 113 + "x-gvfs-show" 114 + ]; 115 + }; 105 116 # Some programs need SUID wrappers, can be configured further or are 106 117 # started in user sessions. 107 118 # programs.mtr.enable = true;