This is frustrating
This commit is contained in:
parent
442374fb10
commit
7ffdcc0c93
|
@ -19,8 +19,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
description = "Mount External Drive on %i";
|
description = "Mount External Drive on %i";
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = "auto-mount add %i";
|
ExecStart = "${pkgs.auto-mount} add %i";
|
||||||
ExecStop = "auto-mount remove %i";
|
ExecStop = "${pkgs.auto-mount} remove %i";
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
RemainAfterExit = true;
|
RemainAfterExit = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue