Enable automount on shodan for removable media
This commit is contained in:
parent
de078d7815
commit
5a955870f8
|
@ -144,6 +144,10 @@
|
|||
|
||||
networking.firewall.allowedTCPPorts = [22];
|
||||
|
||||
# Enable automounting of removable media
|
||||
services.udisks2.enable = true;
|
||||
services.devmon.enable = true;
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Amsterdam";
|
||||
|
||||
|
|
Loading…
Reference in a new issue