Fix a typo
This commit is contained in:
parent
2ba8c3f126
commit
a0c64de181
|
@ -22,9 +22,10 @@
|
||||||
path = with pkgs; [jq coreutils udisks bash util-linux toybox auto-mount];
|
path = with pkgs; [jq coreutils udisks bash util-linux toybox auto-mount];
|
||||||
enable = true;
|
enable = true;
|
||||||
scriptArgs = "%i";
|
scriptArgs = "%i";
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
execStart = "echo ${pkgs.auto-mount} add $@";
|
ExecStart = "echo ${pkgs.auto-mount} add $@";
|
||||||
execStop = "echo ${pkgs.auto-mount} remove $@";
|
ExecStop = "echo ${pkgs.auto-mount} remove $@";
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
RemainAfterExit = true;
|
RemainAfterExit = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue