add admin to podman group

This commit is contained in:
♥ Minnie ♥ 2023-06-07 23:28:18 +08:00
parent ea05fbf9a6
commit 2b8b18dc22

View file

@ -150,7 +150,7 @@
# Define a user account. Don't forget to set a password with passwd.
users.users.admin = {
isNormalUser = true;
extraGroups = [ "networkmanager" "wheel" ];
extraGroups = [ "networkmanager" "wheel" "podman" ];
shell = pkgs.zsh;
openssh.authorizedKeys.keyFiles = [ ../fuchsia/id_ed25519_sk.pub ];
};