fix mistake in nas configuration

This commit is contained in:
Haak Saxberg 2022-07-10 18:17:24 -07:00
parent 29cf70c8c2
commit 83ecae7bec

View file

@ -33,11 +33,6 @@
# networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
console = {
font = "Fira Code";
keyMap = "us";
};
# Select internationalisation properties. # Select internationalisation properties.
i18n = { i18n = {
defaultLocale = "en_US.UTF-8"; defaultLocale = "en_US.UTF-8";
@ -154,7 +149,7 @@
shell = pkgs.zsh; 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 # This value determines the NixOS release with which your system is to be
# compatible, in order to avoid breaking some software such as database # compatible, in order to avoid breaking some software such as database