mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-21 08:59:28 +01:00
feat: add groups
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user