Calibre: Difference between revisions

m switch RAR Wikipedia link to shorthand as well
Added mountOnMedia to udisks2 to allow calibre the correct permissions to update the device
 
Line 53: Line 53:


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
services.udisks2.enable = true;
services.udisks2 = {
    enable = true;
    mountOnMedia = true;
};
</syntaxhighlight>
</syntaxhighlight>