diff --git a/home-manager/hosts/shodan/lillian.nix b/home-manager/hosts/shodan/lillian.nix index 28f0bc6..6c23e7d 100644 --- a/home-manager/hosts/shodan/lillian.nix +++ b/home-manager/hosts/shodan/lillian.nix @@ -78,7 +78,9 @@ ungoogled-chromium ]; + # Automount services for user programs.bashmount.enable = true; + services.udiskie.enable = true; # Enable home-manager and git programs.home-manager.enable = true; diff --git a/nixos/hosts/shodan/configuration.nix b/nixos/hosts/shodan/configuration.nix index afdb6e7..b33d6f5 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -147,7 +147,6 @@ # Enable automounting of removable media services.udisks2.enable = true; services.devmon.enable = true; - services.udiskie.enable = true; # Set your time zone. time.timeZone = "Europe/Amsterdam";