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