added udiskie
This commit is contained in:
parent
f29e8f31e7
commit
b00579f157
2 changed files with 4 additions and 2 deletions
|
@ -28,9 +28,9 @@
|
||||||
users.users.elias = {
|
users.users.elias = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "elias";
|
description = "elias";
|
||||||
extraGroups = [ "networkmanager" "wheel" "libvirtd" ];
|
extraGroups = [ "networkmanager" "wheel" "libvirtd" "disk"];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# install packages in home-manager
|
# install packages in base.nix or home-manager
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -120,6 +120,8 @@
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.udiskie.enable = true;
|
||||||
|
|
||||||
# This value determines the home Manager release that your
|
# This value determines the home Manager release that your
|
||||||
# configuration is compatible with. This helps avoid breakage
|
# configuration is compatible with. This helps avoid breakage
|
||||||
# when a new home Manager release introduces backwards
|
# when a new home Manager release introduces backwards
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue