hosts/library: import downloads zpool
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m16s

This commit is contained in:
2025-06-22 13:29:05 +01:00
parent ac95c15e34
commit fed69bbc80

View File

@ -19,7 +19,10 @@
boot = { boot = {
loader.systemd-boot.enable = true; loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true; loader.efi.canTouchEfiVariables = true;
zfs.extraPools = [ "library" ]; zfs.extraPools = [
"downloads"
"library"
];
}; };
networking = { networking = {