feat: fix url.
Some checks failed
/ cache (push) Has been cancelled

This commit is contained in:
CronyAkatsuki 2026-03-13 22:58:27 +01:00
parent c0ef905ba1
commit 4f3ecb0eaa
2 changed files with 3 additions and 3 deletions

View file

@ -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";
};