Main public logs
Appearance
Combined display of all available logs of NixOS Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:15, 9 February 2025 34j talk contribs created page USB storage devices (Created page with "== Auto-mounting with udisks == [https://github.com/coldfix/udiskie/wiki/Usage udiskie], a udisks2 front-end that allows to manage removable media can be used. To enable automounting, first enable udisks2: {{file|/etc/nixos/configuration.nix|nix|3=services.udisks2.enable = true;}} Next enable udiskie via Home Manager: {{file|~/.config/home-manager/home.nix|nix|3= services.udiskie.enable = true; # services.udiskie.automount = true; # true by default}} For other s...")