Can't add that
This commit is contained in:
parent
83e04ab281
commit
adbd60c266
|
@ -15,7 +15,7 @@
|
|||
KERNEL=="nvme0n1p9|nvme0n1p1[0-9]", ACTION=="remove", RUN+="${pkgs.systemd}/bin/systemctl stop --no-block external-drive-mount@%k.service"
|
||||
'';
|
||||
systemd.services."external-drive-mount@" = {
|
||||
path = with pkgs; [jq coreutils udisks bash automount];
|
||||
path = with pkgs; [jq coreutils udisks bash];
|
||||
enable = true;
|
||||
description = "Mount External Drive on %i";
|
||||
serviceConfig = {
|
||||
|
|
Loading…
Reference in a new issue