users/rin: add virt-manager and group
This commit is contained in:
parent
ce2d82c323
commit
991c58b64d
3 changed files with 3 additions and 1 deletions
|
|
@ -43,4 +43,5 @@
|
|||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
virtualisation.libvirtd.enable = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@
|
|||
screenkey
|
||||
tor-browser-bundle-bin
|
||||
transmission-remote-gtk
|
||||
virt-manager
|
||||
inputs.nix-gaming.packages.x86_64-linux.wine-osu
|
||||
winetricks
|
||||
xclip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue