From 55c06485b8464ac7efd98c1b90347e6be8626ecb Mon Sep 17 00:00:00 2001 From: randogoth Date: Sat, 7 Feb 2026 18:59:02 +0200 Subject: [PATCH] Use SSH for Codeberg flake inputs --- flake.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index ddf14ba..47db5f6 100644 --- a/flake.nix +++ b/flake.nix @@ -6,25 +6,25 @@ sops-nix.url = "github:Mic92/sops-nix"; sops-nix.inputs.nixpkgs.follows = "nixpkgs"; - sublunar.url = "git+https://codeberg.org/randogoth/sublunar.git"; + sublunar.url = "git+ssh://git@codeberg.org/randogoth/sublunar.git"; sublunar.flake = false; - flux_vision.url = "git+https://codeberg.org/randogoth/flux.vision.git"; + flux_vision.url = "git+ssh://git@codeberg.org/randogoth/flux.vision.git"; flux_vision.flake = false; - nfc_web.url = "git+https://codeberg.org/randogoth/nfc-web.git"; + nfc_web.url = "git+ssh://git@codeberg.org/randogoth/nfc-web.git"; nfc_web.flake = false; - scopesessions.url = "git+https://codeberg.org/randogoth/scopesessions.org.git"; + scopesessions.url = "git+ssh://git@codeberg.org/randogoth/scopesessions.org.git"; scopesessions.flake = false; - sublunar_almanac.url = "git+https://codeberg.org/randogoth/sublunar.almanac.git"; + sublunar_almanac.url = "git+ssh://git@codeberg.org/randogoth/sublunar.almanac.git"; sublunar_almanac.flake = false; - praxis.url = "git+https://codeberg.org/randogoth/praxis.git"; + praxis.url = "git+ssh://git@codeberg.org/randogoth/praxis.git"; praxis.flake = false; - geoblog_plugin.url = "git+https://codeberg.org/randogoth/geoblog-plugin.git"; + geoblog_plugin.url = "git+ssh://git@codeberg.org/randogoth/geoblog-plugin.git"; geoblog_plugin.flake = false; };