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