Skip to content

Commit

Permalink
t14: 71 current 2024-10-06 00:35:29 24.05.20241004.6e6b3dd 6.6.54 *
Browse files Browse the repository at this point in the history
  • Loading branch information
pniedzwiedzinski committed Oct 5, 2024
1 parent 6534d89 commit b1975ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/media-drive.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ in
{
fileSystems."/media" = {
device = "/dev/disk/by-id/wwn-0x50014ee25fca2cb8-part1";
options = [ "nosuid" "nodev" "nofail" "noauto" "x-gvfs-show" "x-gvfs-name=Media" ];
options = [ "nosuid" "nodev" "nofail" "x-gvfs-show" "x-gvfs-name=Media" ];
};

environment.systemPackages = [ mediasync ];
Expand Down

0 comments on commit b1975ad

Please sign in to comment.