From 9507acea1ec7630c488bee917d55f884247b44c5 Mon Sep 17 00:00:00 2001 From: Alexandre1a Date: Thu, 15 Jan 2026 15:56:04 +0100 Subject: [PATCH] Fixed something --- hosts/light/configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/light/configuration.nix b/hosts/light/configuration.nix index a86ba51..955e145 100644 --- a/hosts/light/configuration.nix +++ b/hosts/light/configuration.nix @@ -10,8 +10,7 @@ # Users # Don't forget to add a password or change the username - users = [ - users = { + users.users = { light = { # Here isNormalUser = true; # You can change the description too ! @@ -20,7 +19,6 @@ extraGroups = [ "networkmanager" "wheel" ]; }; }; - ]; # Home-Manager config home-manager = {