From 442374fb10aadd132fcb2d7f049778d7ab39612e Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Wed, 20 Mar 2024 23:52:58 +0100 Subject: [PATCH] Capitalisation... --- 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 2a3601b..2df391f 100644 --- a/nixos/hosts/shodan/auto-mount.nix +++ b/nixos/hosts/shodan/auto-mount.nix @@ -19,8 +19,8 @@ enable = true; description = "Mount External Drive on %i"; serviceConfig = { - execStart = "auto-mount add %i"; - execStop = "auto-mount remove %i"; + ExecStart = "auto-mount add %i"; + ExecStop = "auto-mount remove %i"; Type = "oneshot"; RemainAfterExit = true; };