diff --git a/servers/flake.lock b/servers/flake.lock
index 62c0fa7..ec0ad27 100644
--- a/servers/flake.lock
+++ b/servers/flake.lock
@@ -7,11 +7,11 @@
         "utils": "utils"
       },
       "locked": {
-        "lastModified": 1718194053,
-        "narHash": "sha256-FaGrf7qwZ99ehPJCAwgvNY5sLCqQ3GDiE/6uLhxxwSY=",
+        "lastModified": 1727447169,
+        "narHash": "sha256-3KyjMPUKHkiWhwR91J1YchF6zb6gvckCAY1jOE+ne0U=",
         "owner": "serokell",
         "repo": "deploy-rs",
-        "rev": "3867348fa92bc892eba5d9ddb2d7a97b9e127a8a",
+        "rev": "aa07eb05537d4cd025e2310397a6adcedfe72c76",
         "type": "github"
       },
       "original": {
@@ -54,11 +54,11 @@
     },
     "nixpkgs_2": {
       "locked": {
-        "lastModified": 1730531603,
-        "narHash": "sha256-Dqg6si5CqIzm87sp57j5nTaeBbWhHFaVyG7V6L8k3lY=",
+        "lastModified": 1733212471,
+        "narHash": "sha256-M1+uCoV5igihRfcUKrr1riygbe73/dzNnzPsmaLCmpo=",
         "owner": "nixos",
         "repo": "nixpkgs",
-        "rev": "7ffd9ae656aec493492b44d0ddfb28e79a1ea25d",
+        "rev": "55d15ad12a74eb7d4646254e13638ad0c4128776",
         "type": "github"
       },
       "original": {
diff --git a/servers/lunasa/configuration.nix b/servers/lunasa/configuration.nix
index 09918c0..9e27a75 100644
--- a/servers/lunasa/configuration.nix
+++ b/servers/lunasa/configuration.nix
@@ -15,7 +15,7 @@
   };
 
   nix = {
-    package = pkgs.nixVersions.nix_2_22;
+    package = pkgs.nixVersions.nix_2_25;
 
     settings = {
       auto-optimise-store = lib.mkDefault true;
@@ -41,12 +41,13 @@
 
   services.forgejo = {
     enable = true;
+    package = pkgs.forgejo;
     lfs.enable = true;
 
     settings = {
       server = {
-        DOMAIN = "git.liv.nrw";
-        ROOT_URL = "https://git.liv.nrw/";
+        DOMAIN = "git.pel.sh";
+        ROOT_URL = "https://git.pel.sh/";
         HTTP_PORT = 3000;
       };
 
@@ -68,7 +69,7 @@
     email = "mail@liv.nrw";
 
     virtualHosts = {
-      "git.liv.nrw" = {
+      "git.pel.sh" = {
         extraConfig = ''
           reverse_proxy localhost:3000
         '';