mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +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…
Reference in a new issue