diff --git a/systems/bob/hardware.nix b/systems/bob/hardware.nix index ca69c90..e835d47 100644 --- a/systems/bob/hardware.nix +++ b/systems/bob/hardware.nix @@ -30,6 +30,11 @@ keyFile = "/dev/disk/by-id/usb-Samsung_Flash_Drive_FIT_0374620080067131-0:0"; }; }; + + zfs.extraPools = [ + "storage" + ]; + kernelModules = [ "kvm-amd" ]; extraModulePackages = [ ]; };