From fed69bbc8085b86e8105054f96ccf08fa99216f9 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sun, 22 Jun 2025 13:29:05 +0100 Subject: [PATCH] hosts/library: import downloads zpool --- hosts/library/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/library/default.nix b/hosts/library/default.nix index 3ad9cee..1c85da7 100644 --- a/hosts/library/default.nix +++ b/hosts/library/default.nix @@ -19,7 +19,10 @@ boot = { loader.systemd-boot.enable = true; loader.efi.canTouchEfiVariables = true; - zfs.extraPools = [ "library" ]; + zfs.extraPools = [ + "downloads" + "library" + ]; }; networking = {