Let's see if this makes auto-mount work now
This commit is contained in:
parent
bc7c3f803a
commit
67cdc3600e
3 changed files with 4 additions and 9 deletions
|
@ -16,7 +16,7 @@
|
|||
'';
|
||||
|
||||
systemd.services."external-drive-mount@" = {
|
||||
path = with pkgs; [jq coreutils udisks bash util-linux toybox auto-mount steam];
|
||||
path = with pkgs; [udisks bash auto-mount steam];
|
||||
enable = true;
|
||||
serviceConfig = {
|
||||
ExecStart = "${pkgs.auto-mount}/bin/auto-mount add %i";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue