Fix the steam command thing maybe
This commit is contained in:
parent
beefb2fb6c
commit
9b7505fdc5
2 changed files with 4 additions and 5 deletions
|
@ -19,10 +19,8 @@
|
|||
'';
|
||||
|
||||
systemd.services."external-drive-mount@" = {
|
||||
path = with pkgs; [jq coreutils udisks bash util-linux toybox auto-mount];
|
||||
path = with pkgs; [jq coreutils udisks bash util-linux toybox auto-mount steam];
|
||||
enable = true;
|
||||
scriptArgs = "%i";
|
||||
|
||||
serviceConfig = {
|
||||
ExecStart = "${pkgs.auto-mount}/bin/auto-mount add %i";
|
||||
ExecStop = "${pkgs.auto-mount}/bin/auto-mount remove %i";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue