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