diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-11-26 16:17:07 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-11-26 16:17:07 +0300 |
commit | 1b8d6874af2804424367c08c5f91e9566a8eb9c9 (patch) | |
tree | 66d908ab22f0f23fcd1d0a7146067a7085dfcf78 /nixosConfigurations/eonwe | |
parent | 2023-11-26 (diff) |
2023-11-26
Diffstat (limited to '')
-rw-r--r-- | nixosConfigurations/eonwe/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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"]; }; |