users/rin: add virt-manager and group

This commit is contained in:
LavaDesu 2023-01-29 01:29:14 +07:00
parent ce2d82c323
commit 991c58b64d
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 3 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{ config, lib, modules, pkgs, ... }: {
users.users.rin = {
isNormalUser = true;
extraGroups = [ "adbusers" "audio" "corectrl" "video" "wheel" ];
extraGroups = [ "adbusers" "audio" "corectrl" "libvirtd" "video" "wheel" ];
shell = pkgs.zsh;
uid = 1001;
passwordFile = config.age.secrets.passwd.path;