Try again then
This commit is contained in:
parent
2459cea831
commit
e7baa04455
|
@ -22,7 +22,7 @@
|
||||||
path = with pkgs; [jq coreutils udisks bash util-linux toybox auto-mount];
|
path = with pkgs; [jq coreutils udisks bash util-linux toybox auto-mount];
|
||||||
enable = true;
|
enable = true;
|
||||||
script = "auto-mount add $@";
|
script = "auto-mount add $@";
|
||||||
preStop = "echo auto-mount remove $@";
|
postStop = "echo auto-mount remove $@";
|
||||||
scriptArgs = "%i";
|
scriptArgs = "%i";
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
|
|
|
@ -67,6 +67,7 @@
|
||||||
rsync
|
rsync
|
||||||
rustdesk
|
rustdesk
|
||||||
sbctl
|
sbctl
|
||||||
|
toybox
|
||||||
wget
|
wget
|
||||||
zsh
|
zsh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue