blob: 7e522d603789a0c5fd2220cda488071c7abb4b6e (
plain) (
tree)
|
|
{
imports = [
./nix.nix
./software.nix
./ssh.nix
];
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.tmpOnTmpfs = true;
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";
console = {
font = "Lat2-Terminus16";
keyMap = "us";
};
}
|