WS-KCNHUB/machines/kcnhub/users/groups/admin.nix

9 lines
95 B
Nix
Raw Normal View History

2023-10-19 10:20:35 -04:00
{ ... }: {
users.groups."wheel" = {
members = [
"root"
"david"
];
};
}