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