Fix a typo

This commit is contained in:
Lillian Violet 2024-03-21 14:05:46 +01:00
parent 2ba8c3f126
commit a0c64de181

View file

@ -22,9 +22,10 @@
path = with pkgs; [jq coreutils udisks bash util-linux toybox auto-mount];
enable = true;
scriptArgs = "%i";
serviceConfig = {
execStart = "echo ${pkgs.auto-mount} add $@";
execStop = "echo ${pkgs.auto-mount} remove $@";
ExecStart = "echo ${pkgs.auto-mount} add $@";
ExecStop = "echo ${pkgs.auto-mount} remove $@";
Type = "oneshot";
RemainAfterExit = true;
};