From ae6a399a05ec2635ed8e35058e2fc5b643493e8c Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Tue, 10 Mar 2026 19:05:52 +0100 Subject: [PATCH] feat: secrets repo is now private. --- flake.lock | 4 ++-- flake.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 07a0ba6..9357c20 100644 --- a/flake.lock +++ b/flake.lock @@ -2336,11 +2336,11 @@ "rev": "35355fe747b9c3ad251746e25f7ece34f6fc313b", "revCount": 7, "type": "git", - "url": "https://git.cronyakatsuki.xyz/crony/nixos-secrets" + "url": "ssh://forgejo@git.cronyakatsuki.xyz/crony/nixos-secrets.git" }, "original": { "type": "git", - "url": "https://git.cronyakatsuki.xyz/crony/nixos-secrets" + "url": "ssh://forgejo@git.cronyakatsuki.xyz/crony/nixos-secrets.git" } }, "stylix": { diff --git a/flake.nix b/flake.nix index bed96ce..2622a55 100644 --- a/flake.nix +++ b/flake.nix @@ -79,7 +79,7 @@ # Secrets repo secrets = { - url = "git+https://git.cronyakatsuki.xyz/crony/nixos-secrets"; + url = "git+ssh://forgejo@git.cronyakatsuki.xyz/crony/nixos-secrets.git"; inputs.nixpkgs.follows = "nixpkgs"; inputs.agenix.follows = "agenix"; };