diff --git a/nixos/hosts/shodan/configuration.nix b/nixos/hosts/shodan/configuration.nix index 279e89c..4fcc3c4 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -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";