Actually make the service auto mount please?

This commit is contained in:
Lillian Violet 2024-03-21 12:09:57 +01:00
parent 5dfd9aff86
commit 4178072d62

View file

@ -21,7 +21,7 @@
systemd.services."external-drive-mount@" = {
path = with pkgs; [jq coreutils udisks bash util-linux auto-mount];
enable = true;
script = "echo auto-mount $@";
script = "auto-mount add $@";
scriptArgs = "%i";
serviceConfig = {
Type = "oneshot";