summaryrefslogtreecommitdiff
path: root/nixosConfigurations/eonwe
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-11-26 16:17:07 +0300
committerAzat Bahawi <azat@bahawi.net>2023-11-26 16:17:07 +0300
commit1b8d6874af2804424367c08c5f91e9566a8eb9c9 (patch)
tree66d908ab22f0f23fcd1d0a7146067a7085dfcf78 /nixosConfigurations/eonwe
parent2ceeed9040d0b5a015fd634122afcf35f432ba45 (diff)
2023-11-26
Diffstat (limited to 'nixosConfigurations/eonwe')
-rw-r--r--nixosConfigurations/eonwe/default.nix1
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"];
};