{ pkgs, config, ... }: { imports = [ ./os/loader.nix ]; networking.hostName = "pindakaas"; # nixos-hardware use latest kernel by default. This obviously runs quickly out of sync with zfs packages. # zfs packages are included despite me asking anything zfs, probably they're in the image for installation purposes? boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; }