diff --git a/flake.lock b/flake.lock index 57b01a6..dfa7e63 100644 --- a/flake.lock +++ b/flake.lock @@ -8,17 +8,17 @@ ] }, "locked": { - "lastModified": 1769304777, - "narHash": "sha256-xHeOLst9nSpPIycpz9x7gEXWC7uOF6xvIpymDEzJvog=", + "lastModified": 1769367425, + "narHash": "sha256-r7VNku6B8VNYr88jQfuMInu6tKCPtoIXFYozTTAJpMY=", "ref": "refs/heads/main", - "rev": "bfffc47715f0b3dccde0d0855e64ec7474628d47", - "revCount": 5467, + "rev": "b0a6a456bad1c46a3351d999455968a715f52744", + "revCount": 5499, "type": "git", - "url": "ssh://git@git.johnogle.info:2222/johno/beads.git" + "url": "https://git.johnogle.info/johno/beads.git" }, "original": { "type": "git", - "url": "ssh://git@git.johnogle.info:2222/johno/beads.git" + "url": "https://git.johnogle.info/johno/beads.git" } }, "doomemacs": { @@ -81,17 +81,17 @@ "gastown": { "flake": false, "locked": { - "lastModified": 1769306394, - "narHash": "sha256-SaVgl40lCEEyy8d8Rb/84EdQRLDkR/0CgUfV4k1l1qE=", + "lastModified": 1769369089, + "narHash": "sha256-Zd1FLUyDM501zkvqm1Ly5KT8PnCGOrbzSrteoejGegM=", "ref": "refs/heads/main", - "rev": "341c7d6757cb90e6e71fad2bf8c0fe2a5acb5a76", - "revCount": 3032, + "rev": "601efd658dea6ef75d6d5fce9859192d4b2e64ae", + "revCount": 3063, "type": "git", - "url": "ssh://git@git.johnogle.info:2222/johno/gastown.git" + "url": "https://git.johnogle.info/johno/gastown.git" }, "original": { "type": "git", - "url": "ssh://git@git.johnogle.info:2222/johno/gastown.git" + "url": "https://git.johnogle.info/johno/gastown.git" } }, "google-cookie-retrieval": { diff --git a/flake.nix b/flake.nix index bdfc523..a604912 100644 --- a/flake.nix +++ b/flake.nix @@ -43,12 +43,12 @@ }; beads = { - url = "git+ssh://git@git.johnogle.info:2222/johno/beads.git"; + url = "git+https://git.johnogle.info/johno/beads.git"; inputs.nixpkgs.follows = "nixpkgs-unstable"; }; gastown = { - url = "git+ssh://git@git.johnogle.info:2222/johno/gastown.git"; + url = "git+https://git.johnogle.info/johno/gastown.git"; flake = false; # No flake.nix upstream yet };