From c57ee5ca98c258793ce00ac50f63424a59662066 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Tue, 28 May 2024 20:09:45 -0400 Subject: [PATCH] testing /bin/python3 --- 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 d55d7e2..0b1433e 100644 --- a/systems/jeeves/configuration.nix +++ b/systems/jeeves/configuration.nix @@ -122,7 +122,7 @@ after = [ "zfs-import.target" ]; serviceConfig = { Type = "oneshot"; - ExecStart = "${pkgs.python3}/bin/python /ZFS/Media/Scripts/new/ZFS/snapshot_manager.py --config-file='/ZFS/Media/Scripts/new/config.toml'"; + ExecStart = "${pkgs.python3}/bin/python3 /ZFS/Media/Scripts/new/ZFS/snapshot_manager.py --config-file='/ZFS/Media/Scripts/new/config.toml'"; }; }; timers."snapshot_manager" = {