diff --git a/hosts/light/configuration.nix b/hosts/light/configuration.nix index bc106a9..a86ba51 100644 --- a/hosts/light/configuration.nix +++ b/hosts/light/configuration.nix @@ -10,7 +10,7 @@ # Users # Don't forget to add a password or change the username - users = { + users = [ users = { light = { # Here isNormalUser = true; @@ -20,7 +20,7 @@ extraGroups = [ "networkmanager" "wheel" ]; }; }; - }; + ]; # Home-Manager config home-manager = {