{ config, factsGenerator, clanLib, ... }: { imports = [ ./disko-config.nix ./hardware-configuration.nix ]; boot.tmp.useTmpfs = true; # make /tmp a tmpfs (performance!) boot.loader.grub = { efiSupport = true; efiInstallAsRemovable = true; }; }