cloud0: Remove docker as supplemental group (following 12b0038)

This commit is contained in:
Collin J. Doering 2024-10-09 12:16:52 -04:00
parent 42d598781e
commit 04e0acfb5d
Signed by: rekahsoft
GPG Key ID: F77E319397CDA716

View File

@ -23,7 +23,7 @@
(group "users") (group "users")
(shell #~(string-append #$zsh "/bin/zsh")) (shell #~(string-append #$zsh "/bin/zsh"))
(supplementary-groups (supplementary-groups
'("wheel" "netdev" "audio" "video" "docker")) '("wheel" "netdev" "audio" "video"))
(home-directory "/home/collin")) (home-directory "/home/collin"))
(operating-system-users base-system))) (operating-system-users base-system)))