From b00579f157b9b9e920c49045d9af999b5bca25ad Mon Sep 17 00:00:00 2001 From: tootbrute Date: Sat, 25 Jan 2025 16:01:50 +0800 Subject: [PATCH] added udiskie --- greynix/configuration.nix | 4 ++-- nixosModules/home.nix | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/greynix/configuration.nix b/greynix/configuration.nix index 9667093..745d81a 100644 --- a/greynix/configuration.nix +++ b/greynix/configuration.nix @@ -28,9 +28,9 @@ users.users.elias = { isNormalUser = true; description = "elias"; - extraGroups = [ "networkmanager" "wheel" "libvirtd" ]; + extraGroups = [ "networkmanager" "wheel" "libvirtd" "disk"]; packages = with pkgs; [ - # install packages in home-manager + # install packages in base.nix or home-manager ]; }; diff --git a/nixosModules/home.nix b/nixosModules/home.nix index 7cbb0d5..74b6948 100644 --- a/nixosModules/home.nix +++ b/nixosModules/home.nix @@ -120,6 +120,8 @@ }; + services.udiskie.enable = true; + # This value determines the home Manager release that your # configuration is compatible with. This helps avoid breakage # when a new home Manager release introduces backwards