From b1e79d14fc783676edbdb8b5f04ee1925e0e12aa Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Thu, 20 Jun 2024 22:27:14 -0400 Subject: [PATCH] moved scripts --- systems/jeeves/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/jeeves/configuration.nix b/systems/jeeves/configuration.nix index 07ecca3..e762980 100644 --- a/systems/jeeves/configuration.nix +++ b/systems/jeeves/configuration.nix @@ -131,7 +131,7 @@ serviceConfig = { Environment = "ZFS_BIN=${pkgs.zfs}/bin/zfs"; Type = "oneshot"; - ExecStart = "${pkgs.python3}/bin/python3 /zfs/media/Scripts/new/zfs/snapshot_manager.py --config-file='/root/nix-dotfiles/systems/jeeves/snapshot_config.toml'"; + ExecStart = "${pkgs.python3}/bin/python3 /zfs/media/scripts/new/zfs/snapshot_manager.py --config-file='/root/nix-dotfiles/systems/jeeves/snapshot_config.toml'"; }; }; timers."snapshot_manager" = {