{ config, lib, pkgs, ... }: { imports = [ ./hardware-configuration.nix ]; # Grub bootloader with zfs support boot._loader = { enable = true; type = "grub"; grub.zfsSupport = true; }; # Disable suspend suspend.enable = false; system.stateVersion = "25.05"; }