mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-16 17:51:06 +02:00
udisks2: Mount on media
This makes sense since the system is a single user one.
This commit is contained in:
@ -2,7 +2,10 @@
|
||||
|
||||
{
|
||||
programs.hyprland.enable = true;
|
||||
services.udisks2.enable = true;
|
||||
services.udisks2 = {
|
||||
enable = true;
|
||||
mountOnMedia = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
polkit_gnome
|
||||
|
Reference in New Issue
Block a user