That didn't work

This commit is contained in:
Lillian Violet 2024-03-20 23:40:09 +01:00
parent 5df487f073
commit 0b88a87abe

View file

@ -18,11 +18,11 @@
path = with pkgs; [jq coreutils udisks bash auto-mount];
enable = true;
description = "Mount External Drive on %i";
script = "auto-mount add %i";
preStop = "auto-mount remove %i";
serviceConfig = {
Type = "oneshot";
RemainAfterExit = true;
script = "auto-mount add %i";
preStop = "auto-mount remove %i";
};
};
}