This is frustrating

This commit is contained in:
Lillian Violet 2024-03-20 23:56:37 +01:00
parent 442374fb10
commit 7ffdcc0c93

View file

@ -19,8 +19,8 @@
enable = true;
description = "Mount External Drive on %i";
serviceConfig = {
ExecStart = "auto-mount add %i";
ExecStop = "auto-mount remove %i";
ExecStart = "${pkgs.auto-mount} add %i";
ExecStop = "${pkgs.auto-mount} remove %i";
Type = "oneshot";
RemainAfterExit = true;
};