diff --git a/README.org b/README.org index e000525..06f7753 100644 --- a/README.org +++ b/README.org @@ -550,8 +550,8 @@ This configuration is nearly identical to the default, except for a few key diff users.users.chris = { shell = pkgs.fish; - isnormaluser = true; - extragroups = [ "wheel" ]; + isNormalUser = true; + extraGroups = [ "wheel" ]; }; } #+END_SRC diff --git a/hosts/acernitro/configuration.nix b/hosts/acernitro/configuration.nix index de4e28a..c094f8a 100644 --- a/hosts/acernitro/configuration.nix +++ b/hosts/acernitro/configuration.nix @@ -37,7 +37,7 @@ users.users.chris = { shell = pkgs.fish; - isnormaluser = true; - extragroups = [ "wheel" ]; + isNormalUser = true; + extraGroups = [ "wheel" ]; }; }