From dcde7ff162705be4fbfb0ae16f4556a4b322f502 Mon Sep 17 00:00:00 2001 From: ryan4yin Date: Mon, 15 May 2023 21:21:14 +0800 Subject: [PATCH] feat: add groups --- modules/system.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/system.nix b/modules/system.nix index a9647ca8..2bd61e40 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -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;