{ pkgs, lib, config, ... }: { config = { networking.hostName = "curacao"; }; imports = [ ./backup ./disko.nix ./features.nix ./hardware.nix ]; }