{ config, pkgs, ... }: { imports = [ ./basesystem.nix ../../sys ../../secrets ]; i18n.defaultLocale = "en_US.UTF-8"; networking.hostName = "thinklappi"; time.timeZone = "Europe/Berlin"; system.stateVersion = "23.05"; }