{ host, config, pkgs, pkgs-unstable, ... }: { imports = [ ./hardware-configuration.nix ]; machine.sys.zram = false; machine.sys.swap = false; services = { zfs.autoScrub.enable = true; zfs.autoSnapshot.enable = true; fstrim.enable = true; nfs.server.enable = true; }; }