about summary refs log tree commit diff
path: root/nix
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-08-16 23:38:07 +0200
committerEmile <git@emile.space>2024-08-16 23:38:07 +0200
commit370beb70a64379ee1add45eef13758b76d659e8e (patch)
tree18c47c215ab0561b294d39956477f4633f91cb30 /nix
parentcea6896788a42c0ea40f99deb4b5987d6741e360 (diff)
tabs to spaces
Diffstat (limited to 'nix')
-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 ];