{ config, pkgs, ... }: { imports = [ ./hardware-configuration.nix # custom ./config/default.nix # default ../../config/default/default.nix # desktop ../../config/desktop/default.nix ]; networking.hostName = "molniya"; time.timeZone = "Europe/Berlin"; services.openssh.enable = true; }