Auto-mount for steam deck fixed
This commit is contained in:
parent
19f8b887d3
commit
a373404b3b
|
@ -32,7 +32,8 @@
|
|||
systemd.services."external-drive-unmount@" = {
|
||||
path = with pkgs; [jq coreutils udisks bash util-linux auto-mount];
|
||||
enable = true;
|
||||
script = "auto-mount remove $1";
|
||||
script = "auto-mount remove $@";
|
||||
scriptArgs = "%i";
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = false;
|
||||
|
|
Loading…
Reference in a new issue