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;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
|
virtualisation.libvirtd.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{ config, lib, modules, pkgs, ... }: {
|
{ config, lib, modules, pkgs, ... }: {
|
||||||
users.users.rin = {
|
users.users.rin = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "adbusers" "audio" "corectrl" "video" "wheel" ];
|
extraGroups = [ "adbusers" "audio" "corectrl" "libvirtd" "video" "wheel" ];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
uid = 1001;
|
uid = 1001;
|
||||||
passwordFile = config.age.secrets.passwd.path;
|
passwordFile = config.age.secrets.passwd.path;
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,7 @@
|
||||||
screenkey
|
screenkey
|
||||||
tor-browser-bundle-bin
|
tor-browser-bundle-bin
|
||||||
transmission-remote-gtk
|
transmission-remote-gtk
|
||||||
|
virt-manager
|
||||||
inputs.nix-gaming.packages.x86_64-linux.wine-osu
|
inputs.nix-gaming.packages.x86_64-linux.wine-osu
|
||||||
winetricks
|
winetricks
|
||||||
xclip
|
xclip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue