hosts/_users/plover: update groups

This commit is contained in:
Gabriel Arazas 2025-01-01 16:09:30 +08:00
parent e07e0273eb
commit 79451faf12
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -9,7 +9,7 @@ in
users.users.${user} = {
home = "/home/${user}";
hashedPassword = "$y$j9T$43ExH5GLbEGwgnNGhmcTD/$qXoZE5Cm9O2Z3zMM/VyCZ18qN2Hc9.KvCnVz6tmjVVD";
extraGroups = [ "wheel" ];
extraGroups = [ "wheel" "kanidm" ];
useDefaultShell = true;
isNormalUser = true;
description = "The go-to user for server systems.";