diff --git a/systems/jeeves/services.nix b/systems/jeeves/services/systemd.nix similarity index 91% rename from systems/jeeves/services.nix rename to systems/jeeves/services/systemd.nix index 894e03d..76d2378 100644 --- a/systems/jeeves/services.nix +++ b/systems/jeeves/services/systemd.nix @@ -4,7 +4,7 @@ ... }: let - vars = import ./vars.nix; + vars = import ../vars.nix; in { systemd = { @@ -13,7 +13,7 @@ in description = "maintains /zfs/storage/plex permissions"; serviceConfig = { Type = "oneshot"; - ExecStart = "${pkgs.bash}/bin/bash ${./scripts/plex_permission.sh}"; + ExecStart = "${pkgs.bash}/bin/bash ${../scripts/plex_permission.sh}"; }; }; startup_validation = {