about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nix/hosts/corrino/www/r2wa.rs.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/hosts/corrino/www/r2wa.rs.nix b/nix/hosts/corrino/www/r2wa.rs.nix
index 7da11e1..1f04df1 100644
--- a/nix/hosts/corrino/www/r2wa.rs.nix
+++ b/nix/hosts/corrino/www/r2wa.rs.nix
@@ -9,8 +9,8 @@
       "/" = {
         proxyPass = "http://127.0.0.1:${toString config.emile.ports.r2wars-web}";
       };
-		};
-	};
+    };
+  };
 
   environment.systemPackages = with pkgs; [ radare2 ];