diff --git a/nixos/cloned_repos/default.nix b/nixos/cloned_repos/default.nix index 07632c9..d579dd0 100644 --- a/nixos/cloned_repos/default.nix +++ b/nixos/cloned_repos/default.nix @@ -16,8 +16,8 @@ interval: interval: 10m credentials: - private_key: /root/.ssh/id_rsa.pem - private_key_path: true + private_key: + file: /root/.ssh/id_rsa.pem ''; }; diff --git a/nixos/pullomatic/default.nix b/nixos/pullomatic/default.nix index 9d60225..3b1db0c 100644 --- a/nixos/pullomatic/default.nix +++ b/nixos/pullomatic/default.nix @@ -9,7 +9,7 @@ rustPlatform.buildRustPackage rec { version = "1.0.0"; src = pkgs.fetchFromGitHub { - owner = "philip-peterson"; + owner = "fooker"; repo = pname; rev = "master"; hash = "sha256-VVIhbbdHBBeodODWQq40q91uqtTrUHsCyPgTZ5VtrRc="; @@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec { meta = { description = "A tool for automating GitHub pulls"; - homepage = "https://github.com/philip-peterson/pullomatic"; + homepage = "https://github.com/fooker/pullomatic"; license = lib.licenses.unlicense; maintainers = [ {