feat: setup automounting usb devices
This commit is contained in:
parent
edaa6030bb
commit
114a1085a6
2 changed files with 16 additions and 0 deletions
|
|
@ -67,6 +67,9 @@
|
|||
# Setup profiles sync daemon
|
||||
services.psd.enable = true;
|
||||
|
||||
# Setup automatic usb device mounting
|
||||
services.udisks2.enable = true;
|
||||
|
||||
# Get nicer hostname
|
||||
networking.hostName = "skadi"; # Define your hostname.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue