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 = {