From faca909eb0759ec0e1e997aa5199b300da76bd86 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 21 Mar 2024 00:27:50 +0100 Subject: [PATCH] The other space as well --- nixos/hosts/shodan/auto-mount.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/shodan/auto-mount.nix b/nixos/hosts/shodan/auto-mount.nix index ac5b56a..d165e06 100644 --- a/nixos/hosts/shodan/auto-mount.nix +++ b/nixos/hosts/shodan/auto-mount.nix @@ -34,7 +34,7 @@ path = with pkgs; [jq coreutils udisks bash util-linux auto-mount]; enable = true; description = "Mount External Drive on %i"; - script = "auto-mount remove"; + script = "auto-mount remove "; scriptArgs = "%i"; serviceConfig = { Type = "oneshot";