From 6b0155a6b4d1850fab8a06b21695f29724a76a3b Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Wed, 20 Mar 2024 23:26:41 +0100 Subject: [PATCH] Maybe this then --- nixos/hosts/shodan/auto-mount.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/hosts/shodan/auto-mount.nix b/nixos/hosts/shodan/auto-mount.nix index e9b031f..d44b212 100644 --- a/nixos/hosts/shodan/auto-mount.nix +++ b/nixos/hosts/shodan/auto-mount.nix @@ -21,8 +21,8 @@ serviceConfig = { Type = "oneshot"; RemainAfterExit = true; - ExecStart = "auto-mount add %i"; - ExecStop = "auto-mount remove %i"; + ExecStart = "${pkgs.auto-mount} add %i"; + ExecStop = "${pkgs.auto-mount} remove %i"; }; }; }