diff options
author | Emile <git@emile.space> | 2024-08-16 23:38:07 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-08-16 23:38:07 +0200 |
commit | 370beb70a64379ee1add45eef13758b76d659e8e (patch) | |
tree | 18c47c215ab0561b294d39956477f4633f91cb30 | |
parent | cea6896788a42c0ea40f99deb4b5987d6741e360 (diff) |
tabs to spaces
-rw-r--r-- | nix/hosts/corrino/www/r2wa.rs.nix | 4 |
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 ]; |