added udiskie

This commit is contained in:
Elias Gasparis 2025-01-25 16:01:50 +08:00
parent f29e8f31e7
commit b00579f157
2 changed files with 4 additions and 2 deletions

View file

@ -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
];
};

View file

@ -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