From b97795bf74d25eda22019bccdc1bc79a4c116c87 Mon Sep 17 00:00:00 2001 From: Alexandre1a Date: Thu, 15 Jan 2026 15:55:17 +0100 Subject: [PATCH] Fixed list --- hosts/light/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {