{ config, pkgs, hostname, ... }: {
imports = [
./hardware-configuration.nix
./configuration.nix
./networking.nix
];
}