all repos — nixfiles @ bef3bae923d1db707441322c1b92c296a2691eca

System and user configuration, managed by nix and home-manager

user: reformat groups array

Alan Pearce
commit

bef3bae923d1db707441322c1b92c296a2691eca

parent

f918810d7f4fe60185ff6b08f1496fcbb5400c7f

1 file changed, 12 insertions(+), 1 deletion(-)

jump to
M system/settings/configuration/user.nixsystem/settings/configuration/user.nix
@@ -5,7 +5,18 @@ }: {
users.extraUsers.alan = { description = "Alan Pearce"; isNormalUser = true; - extraGroups = [ "audio" "wheel" "lp" "adbusers" "docker" "nitrokey" "dialout" "pipewire" "networkmanager" "video" ]; + extraGroups = [ + "audio" + "wheel" + "lp" + "adbusers" + "docker" + "nitrokey" + "dialout" + "pipewire" + "networkmanager" + "video" + ]; initialPassword = "password"; home = "/home/alan"; uid = 1000;