mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-05-11 23:16:37 +02:00
Update README and set timezone
This commit is contained in:
parent
2d54f817a4
commit
7dbe7d8f81
2 changed files with 21 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue