From fb83b50dec6edbb0c4467a8277586d21287aab25 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 29 Apr 2024 14:58:47 +0200 Subject: [PATCH] enable big drives as a pool --- hardware-configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index eb96fdf..ea97e53 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -21,7 +21,10 @@ { device = "/dev/disk/by-uuid/f3463885-fde8-4488-9442-37ced2b2c8f3"; fsType = "ext4"; }; - + fileSystems."/pool" = { + device = "/dev/pool1/vol1"; + fsType = "ext4"; + }; swapDevices = [ ];