puter/common/wheel.nix
2024-12-30 22:52:20 +01:00

4 lines
76 B
Nix

{config, ...}: {
users.groups.wheel.members = config.users.normalUsers;
}