moved systemd.nix

This commit is contained in:
2025-01-27 21:41:18 -05:00
parent 8522b77285
commit 30f2af87be

View File

@@ -4,7 +4,7 @@
... ...
}: }:
let let
vars = import ./vars.nix; vars = import ../vars.nix;
in in
{ {
systemd = { systemd = {
@@ -13,7 +13,7 @@ in
description = "maintains /zfs/storage/plex permissions"; description = "maintains /zfs/storage/plex permissions";
serviceConfig = { serviceConfig = {
Type = "oneshot"; Type = "oneshot";
ExecStart = "${pkgs.bash}/bin/bash ${./scripts/plex_permission.sh}"; ExecStart = "${pkgs.bash}/bin/bash ${../scripts/plex_permission.sh}";
}; };
}; };
startup_validation = { startup_validation = {