nix: remove upstreamed PR patches
[sourcephile-nix.git] / servers / mermet / production / fileSystems.nix
index bf7e0f0333dd00c0b0d42cbaf095395883175f1b..09ce0434ac71941529b72b2f20b30340b4173758 100644 (file)
@@ -42,6 +42,11 @@ fileSystems."/home/julm" =
     fsType = "zfs";
   };
 
+fileSystems."/home/julm/log" =
+  { device = "rpool/home/julm/log";
+    fsType = "zfs";
+  };
+
 fileSystems."/home/julm/mail" =
   { device = "rpool/home/julm/mail";
     fsType = "zfs";