about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nixos/alpha/hardware-configuration.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/alpha/hardware-configuration.nix b/nixos/alpha/hardware-configuration.nix
index eebe49a..5ec5d86 100644
--- a/nixos/alpha/hardware-configuration.nix
+++ b/nixos/alpha/hardware-configuration.nix
@@ -38,6 +38,11 @@
       fsType = "zfs";
     };
 
+  fileSystems."/plate/archive" =
+    { device = "plate/archive";
+      fsType = "zfs";
+    };
+
   swapDevices =
     [ { device = "/dev/disk/by-uuid/ce1b717c-9a99-4357-8784-48435afe3826"; }
     ];