From 4fb302f1f5fde74ed8a93f75d46e64c2433c29e7 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 30 Sep 2023 19:14:08 +0900 Subject: feat(nixos/alpha): mount plate zfs volume --- nixos/alpha/hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nixos/alpha/hardware-configuration.nix') 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"; } ]; -- cgit 1.4.1