mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-14 13:01:09 +01:00
parent
9ab0d2305c
commit
d90ae6dffa
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ in {
|
|||
};
|
||||
|
||||
Service = {
|
||||
ExecStart = "${pkgs.udiskie}/bin/udiskie -2 ${commandArgs}";
|
||||
ExecStart = "${pkgs.udiskie}/bin/udiskie ${commandArgs}";
|
||||
};
|
||||
|
||||
Install = { WantedBy = [ "graphical-session.target" ]; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue