diff --git a/flake.lock b/flake.lock index 8fa6743..02a7fff 100644 --- a/flake.lock +++ b/flake.lock @@ -721,11 +721,11 @@ "rev": "bcc5185ef433a77b18f5aa585ee79d97f9a8e69c", "revCount": 36, "type": "git", - "url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Moirai" + "url": "ssh://gitea@gitea.esotericbytes.com/Blunkall-Technologies/Moirai" }, "original": { "type": "git", - "url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Moirai" + "url": "ssh://gitea@gitea.esotericbytes.com/Blunkall-Technologies/Moirai" } }, "nixvim_2": { diff --git a/flake.nix b/flake.nix index d4228b5..afb29a9 100644 --- a/flake.nix +++ b/flake.nix @@ -34,7 +34,7 @@ hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; #nixvim.url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Moirai"; - nixvim.url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Moirai"; + nixvim.url = "git+ssh://gitea@gitea.esotericbytes.com/Blunkall-Technologies/Moirai"; }; outputs = { self, nixpkgs, home-manager, ... } @ inputs: { diff --git a/homes/nathan/flake.nix b/homes/nathan/flake.nix index e21fead..d010e83 100644 --- a/homes/nathan/flake.nix +++ b/homes/nathan/flake.nix @@ -12,7 +12,7 @@ }; olympus = { - url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Olympus"; + url = "git+ssh://gitea@esotericbytes.com/Blunkall-Technologies/Olympus"; inputs.nixpkgs.follows = "nixpkgs"; inputs.home-manager.follows = "home-manager"; }; diff --git a/machines/android/flake.nix b/machines/android/flake.nix index 8966b38..27ad2f1 100644 --- a/machines/android/flake.nix +++ b/machines/android/flake.nix @@ -18,7 +18,7 @@ }; olympus = { - url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Olympus"; + url = "git+ssh://gitea@esotericbytes.com/Blunkall-Technologies/Olympus"; inputs.nixpkgs.follows = "nixpkgs"; inputs.home-manager.follows = "home-manager"; }; diff --git a/machines/laptop/flake.nix b/machines/laptop/flake.nix index 06453bf..fc81959 100644 --- a/machines/laptop/flake.nix +++ b/machines/laptop/flake.nix @@ -12,7 +12,7 @@ }; olympus = { - url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Olympus"; + url = "git+ssh://gitea@esotericbytes.com/Blunkall-Technologies/Olympus"; inputs.nixpkgs.follows = "nixpkgs"; inputs.home-manager.follows = "home-manager"; }; diff --git a/templates/home-manager/flake.nix b/templates/home-manager/flake.nix index 5abab47..90fab21 100644 --- a/templates/home-manager/flake.nix +++ b/templates/home-manager/flake.nix @@ -12,7 +12,7 @@ }; olympus = { - url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Olympus"; + url = "git+ssh://gitea@esotericbytes.com/Blunkall-Technologies/Olympus"; inputs.nixpkgs.follows = "nixpkgs"; inputs.home-manager.follows = "home-manager"; }; diff --git a/templates/nix-on-droid/flake.nix b/templates/nix-on-droid/flake.nix index 5abab47..90fab21 100644 --- a/templates/nix-on-droid/flake.nix +++ b/templates/nix-on-droid/flake.nix @@ -12,7 +12,7 @@ }; olympus = { - url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Olympus"; + url = "git+ssh://gitea@esotericbytes.com/Blunkall-Technologies/Olympus"; inputs.nixpkgs.follows = "nixpkgs"; inputs.home-manager.follows = "home-manager"; }; diff --git a/templates/nixos/flake.nix b/templates/nixos/flake.nix index 5abab47..90fab21 100644 --- a/templates/nixos/flake.nix +++ b/templates/nixos/flake.nix @@ -12,7 +12,7 @@ }; olympus = { - url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Olympus"; + url = "git+ssh://gitea@esotericbytes.com/Blunkall-Technologies/Olympus"; inputs.nixpkgs.follows = "nixpkgs"; inputs.home-manager.follows = "home-manager"; };