Update README and set timezone

This commit is contained in:
Kevin Kandlbinder 2023-02-27 14:27:17 +00:00
parent 2d54f817a4
commit 7dbe7d8f81
2 changed files with 21 additions and 3 deletions

View file

@ -1,10 +1,12 @@
{ pkgs, ... }: {
{ pkgs, lib, ... }: {
imports = [ ./ssh.nix ];
nixpkgs.config.allowUnfree = true;
i18n.defaultLocale = "en_US.UTF-8";
kevin.ssh.server.enable = true;
time.timeZone = lib.mkDefault "Europe/Berlin";
console = {
font = "Lat2-Terminus16";
keyMap = "de";