1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 20:43:34 +02:00

udiskie: remove obsolete -2 command line argument

Fixes #1042
This commit is contained in:
Robert Helgesson 2020-02-24 20:45:54 +01:00
parent 9ab0d2305c
commit d90ae6dffa
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -82,7 +82,7 @@ in {
};
Service = {
ExecStart = "${pkgs.udiskie}/bin/udiskie -2 ${commandArgs}";
ExecStart = "${pkgs.udiskie}/bin/udiskie ${commandArgs}";
};
Install = { WantedBy = [ "graphical-session.target" ]; };