Maybe this then

This commit is contained in:
Lillian Violet 2024-03-20 23:26:41 +01:00
parent c63150ce2d
commit 6b0155a6b4

View file

@ -21,8 +21,8 @@
serviceConfig = { serviceConfig = {
Type = "oneshot"; Type = "oneshot";
RemainAfterExit = true; RemainAfterExit = true;
ExecStart = "auto-mount add %i"; ExecStart = "${pkgs.auto-mount} add %i";
ExecStop = "auto-mount remove %i"; ExecStop = "${pkgs.auto-mount} remove %i";
}; };
}; };
} }