From 4f3ecb0eaadd72e0a76884d1bc506a7a34354e67 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Fri, 13 Mar 2026 22:58:27 +0100 Subject: [PATCH] feat: fix url. --- flake.lock | 4 ++-- flake.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 2dec01e..a7ddaaf 100644 --- a/flake.lock +++ b/flake.lock @@ -2380,11 +2380,11 @@ "rev": "7a2404c604ca81edfaf5f762aeeca469517df88b", "revCount": 8, "type": "git", - "url": "ssh://forgejo@git.cronyakatsuki.xyz/crony/nixos-secrets.git" + "url": "https://git.cronyakatsuki.xyz/crony/nixos-secrets.git" }, "original": { "type": "git", - "url": "ssh://forgejo@git.cronyakatsuki.xyz/crony/nixos-secrets.git" + "url": "https://git.cronyakatsuki.xyz/crony/nixos-secrets.git" } }, "stylix": { diff --git a/flake.nix b/flake.nix index 15d2d0f..31bfe70 100644 --- a/flake.nix +++ b/flake.nix @@ -79,7 +79,7 @@ # Secrets repo secrets = { - url = "git+ssh://forgejo@git.cronyakatsuki.xyz/crony/nixos-secrets.git"; + url = "git+https://git.cronyakatsuki.xyz/crony/nixos-secrets.git"; inputs.nixpkgs.follows = "nixpkgs"; inputs.agenix.follows = "agenix"; };