From 5e72f48b27f085fef7520b5866698776304ab0e2 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 18 Mar 2024 01:24:20 +0100 Subject: [PATCH] Wrong location for that --- home-manager/hosts/shodan/lillian.nix | 2 ++ nixos/hosts/shodan/configuration.nix | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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";