From 5980b8096ec441481917390e12ae9ea6ad8735cd Mon Sep 17 00:00:00 2001
From: nyanloutre <paul@nyanlout.re>
Date: Wed, 4 Apr 2018 21:53:10 +0200
Subject: [PATCH] Indentation

---
 hardware-configuration.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hardware-configuration.nix b/hardware-configuration.nix
index eebd9d1..4eb08fa 100644
--- a/hardware-configuration.nix
+++ b/hardware-configuration.nix
@@ -72,12 +72,12 @@
       fsType = "zfs";
     };
 
-   fileSystems."/var/lib/transmission" =
+  fileSystems."/var/lib/transmission" =
     { device = "loutrepool/var/transmission";
       fsType = "zfs";
     };
 
-   fileSystems."/var/lib/murmur" =
+  fileSystems."/var/lib/murmur" =
     { device = "loutrepool/var/murmur";
       fsType = "zfs";
     };