From 7386bb969a865e15e7dbd46d8b4915192a9cbadc Mon Sep 17 00:00:00 2001 From: Louis Pearson Date: Sun, 7 Jan 2024 14:40:23 -0700 Subject: [PATCH] feat: add otherGroups to glauth example users --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index 6eb22bd..f3df21e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -163,11 +163,13 @@ email = "contact@example.com"; uidnumber = 1001; primarygroup = 5501; + otherGroups = [ 5504 5505 5506 ]; } { name = "geemili"; email = "contact@example.com"; uidnumber = 1000; primarygroup = 5501; + otherGroups = [ 5504 5505 5506 ]; } ]; groups = [