{ name, ...}: { imports = [ ./nix.nix ./network.nix ./users.nix ./system.nix ]; time.timeZone = "Europe/Berlin"; i18n.defaultLocale = "en_US.UTF-8"; console.keyMap = "de"; _module.args = { machinePath = ../machines/${name}; }; disko.imageBuilder.imageFormat = "qcow2"; }