diff --git a/flake.lock b/flake.lock
index 37e8d2e..0e5392c 100644
--- a/flake.lock
+++ b/flake.lock
@@ -165,17 +165,13 @@
     "homepage": {
       "flake": false,
       "locked": {
-        "lastModified": 1714328013,
-        "narHash": "sha256-nA/7hKv8qz2+ru84rXiMa52+gyvyIhLWP9tJB6Q/DLQ=",
-        "owner": "dadada",
-        "repo": "dadada.li",
-        "rev": "b971b5905b38be19b4fa4e7d99a70df0aebfba28",
-        "type": "github"
+        "narHash": "sha256-3uMz0OG3OopSIilqI9Gx2fyQZe76YEOhRUx0qJM2kP4=",
+        "type": "file",
+        "url": "https://git.dadada.li/dadada/dadada.li.git"
       },
       "original": {
-        "owner": "dadada",
-        "repo": "dadada.li",
-        "type": "github"
+        "type": "file",
+        "url": "https://git.dadada.li/dadada/dadada.li.git"
       }
     },
     "nixlib": {
diff --git a/flake.nix b/flake.nix
index ccc986c..b2d98be 100644
--- a/flake.nix
+++ b/flake.nix
@@ -14,7 +14,7 @@
     };
     nixos-hardware.url = "github:NixOS/nixos-hardware/master";
     homepage = {
-      url = "github:dadada/dadada.li";
+      url = "https://git.dadada.li/dadada/dadada.li.git";
       flake = false;
     };
     agenix = {
diff --git a/nixos/modules/profiles/server.nix b/nixos/modules/profiles/server.nix
index c10979a..925f20e 100644
--- a/nixos/modules/profiles/server.nix
+++ b/nixos/modules/profiles/server.nix
@@ -24,7 +24,7 @@ with lib; {
 
   system.autoUpgrade = {
     enable = true;
-    flake = "github:dadada/nix-config#${config.networking.hostName}";
+    flake = "https://git.dadada.li/dadada/nix-config.git#${config.networking.hostName}";
     allowReboot = mkDefault false;
     randomizedDelaySec = "45min";
   };