feat: add groups

This commit is contained in:
ryan4yin
2023-05-15 21:21:14 +08:00
parent 587d29656c
commit dcde7ff162

View File

@@ -209,6 +209,11 @@
# see https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/programs/adb.nix
programs.adb.enable = true;
# users.groups = {
# docker = {};
# wireshark = {};
# };
# Define a user account. Don't forget to set a password with passwd.
users.users.ryan = {
isNormalUser = true;