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