From 30f2af87bef3c64a72d9f82eba31ac12d275b541 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Mon, 27 Jan 2025 21:41:18 -0500 Subject: [PATCH] moved systemd.nix --- systems/jeeves/{services.nix => services/systemd.nix} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename systems/jeeves/{services.nix => services/systemd.nix} (91%) 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 = {