From 1b970d59f6aebc67e6de40ec9b2d174b2b3df737 Mon Sep 17 00:00:00 2001 From: kiri Date: Sat, 29 Nov 2025 23:42:43 +0100 Subject: [PATCH] Update website to use gitea link --- flake.lock | 8 ++++---- flake.nix | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 18eae89..414ea24 100644 --- a/flake.lock +++ b/flake.lock @@ -115,11 +115,11 @@ "rev": "ff7f23ab0351dcf8b062d6a5a99c2c6cafcf24a0", "revCount": 2, "type": "git", - "url": "file:///home/kiri/dev/lab/community-website" + "url": "ssh://git@orion/kiri/community-website" }, "original": { "type": "git", - "url": "file:///home/kiri/dev/lab/community-website" + "url": "ssh://git@orion/kiri/community-website" } }, "copyparty": { @@ -1472,11 +1472,11 @@ "rev": "518bc7f87540926bf9c497c788cd944df122ea6e", "revCount": 5, "type": "git", - "url": "file:///home/kiri/dev/lab/zentire-new" + "url": "ssh://git@orion/kiri/zentire-website" }, "original": { "type": "git", - "url": "file:///home/kiri/dev/lab/zentire-new" + "url": "ssh://git@orion/kiri/zentire-website" } } }, diff --git a/flake.nix b/flake.nix index 8315d2e..b036253 100644 --- a/flake.nix +++ b/flake.nix @@ -45,12 +45,12 @@ # Websites community-website = { - url = "git+file:///home/kiri/dev/lab/community-website"; + url = "git+ssh://git@orion/kiri/community-website"; inputs.nixpkgs.follows = "nixpkgs"; }; zentire-website = { - url = "git+file:///home/kiri/dev/lab/zentire-new"; + url = "git+ssh://git@orion/kiri/zentire-website"; inputs.nixpkgs.follows = "nixpkgs"; }; };