From e9da2bdac9dd61d29e85bb30bd7c953cc2a85474 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 22 Apr 2020 14:22:39 +0200 Subject: Adapt to 20.03 update --- configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 62cb1ae..e9e20d6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -12,8 +12,9 @@ in { ./user/common.nix ]; + console.keyMap = "de"; + i18n = { - consoleKeyMap = "de"; defaultLocale = "en_US.UTF-8"; }; @@ -21,6 +22,8 @@ in { nixpkgs.config.allowUnfree = true; + nix.allowedUsers = [ "common" ]; + networking.nameservers = [ "1.1.1.1" "2606:4700:4700::1111" -- cgit v1.2.3