From 1b8d6874af2804424367c08c5f91e9566a8eb9c9 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sun, 26 Nov 2023 16:17:07 +0300 Subject: 2023-11-26 --- nixosConfigurations/eonwe/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixosConfigurations/eonwe') diff --git a/nixosConfigurations/eonwe/default.nix b/nixosConfigurations/eonwe/default.nix index dcfbb0d..97ff5e5 100644 --- a/nixosConfigurations/eonwe/default.nix +++ b/nixosConfigurations/eonwe/default.nix @@ -122,6 +122,7 @@ with lib; { # The boot drive is Samsung SSD 980 PRO 2TB. initrd.kernelModules = ["nvme"]; + # These pools were configured manually with a specific mountpoint. zfs.extraPools = ["udata" "vdata"]; }; -- cgit v1.2.3