0
fork

Configure Feed

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

idk


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

+5 -5
+5 -5
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"; 105 + fileSystems."/mnt/b1b88f6d-d942-470f-97b5-dd422265e59b" = { 106 + device = "/dev/disk/by-partuuid/b1b88f6d-d942-470f-97b5-dd422265e59b"; 107 + fsType = "ext4"; 108 108 options = [ 109 109 "users" 110 110 "nofail" 111 111 "exec" 112 - "x-gvfs-name=DATA" 113 - "x-gvfs-show" 112 + "x-gvfs-name=space" 113 + # "x-gvfs-show" 114 114 ]; 115 115 }; 116 116 # Some programs need SUID wrappers, can be configured further or are