diff --git a/README.org b/README.org index 4050adb..efc2508 100644 --- a/README.org +++ b/README.org @@ -712,8 +712,8 @@ Deploy this configuration with ~sudo nixos-rebuild switch --flake /etc/dotfiles/ users.users.chris = { shell = pkgs.fish; - isnormaluser = true; - extragroups = [ "wheel" ]; + isNormalUser = true; + extraGroups = [ "wheel" ]; }; } #+END_SRC diff --git a/hosts/raspberry/configuration.nix b/hosts/raspberry/configuration.nix index 8b45b91..15aaf14 100644 --- a/hosts/raspberry/configuration.nix +++ b/hosts/raspberry/configuration.nix @@ -19,7 +19,7 @@ users.users.chris = { shell = pkgs.fish; - isnormaluser = true; - extragroups = [ "wheel" ]; + isNormalUser = true; + extraGroups = [ "wheel" ]; }; }