From 83ecae7bec0af347389dae5ccc513f3f50cda5fd Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Sun, 10 Jul 2022 18:17:24 -0700 Subject: [PATCH] fix mistake in nas configuration --- nix/system/nas-configuration.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/nix/system/nas-configuration.nix b/nix/system/nas-configuration.nix index bddb0d4..db254b5 100644 --- a/nix/system/nas-configuration.nix +++ b/nix/system/nas-configuration.nix @@ -33,11 +33,6 @@ # networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; - console = { - font = "Fira Code"; - keyMap = "us"; - }; - # Select internationalisation properties. i18n = { defaultLocale = "en_US.UTF-8"; @@ -154,7 +149,7 @@ shell = pkgs.zsh; }; - nix.settings.trustedUsers = [ "root" "haak" ]; + nix.settings.trusted-users = [ "root" "haak" ]; # This value determines the NixOS release with which your system is to be # compatible, in order to avoid breaking some software such as database