Reapply "https"

This reverts commit 2a5613bdee.
This commit is contained in:
2025-12-31 16:32:23 -06:00
parent ceb211ae51
commit a08a4ac461
8 changed files with 9 additions and 9 deletions

View File

@@ -18,7 +18,7 @@
};
olympus = {
url = "git+ssh://gitea@esotericbytes.com/Blunkall-Technologies/Olympus";
url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Olympus";
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};

View File

@@ -12,7 +12,7 @@
};
olympus = {
url = "git+ssh://gitea@esotericbytes.com/Blunkall-Technologies/Olympus";
url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Olympus";
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};