Let's see what it does then

This commit is contained in:
Lillian Violet 2024-03-21 13:52:07 +01:00
parent 7dae09a986
commit 2459cea831

View file

@ -22,7 +22,7 @@
path = with pkgs; [jq coreutils udisks bash util-linux toybox auto-mount];
enable = true;
script = "auto-mount add $@";
preStop = "auto-mount remove $@";
preStop = "echo auto-mount remove $@";
scriptArgs = "%i";
serviceConfig = {
Type = "oneshot";