add libvirt
This commit is contained in:
parent
d0e007cd28
commit
c7e1cbe68b
2 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@ in {
|
|||
docker-compose
|
||||
fuse-overlayfs
|
||||
qemu
|
||||
virt-manager
|
||||
|
||||
(import ../packages/skaffold.nix)
|
||||
(import ../packages/helm2.nix)
|
||||
|
|
|
@ -106,7 +106,7 @@ in {
|
|||
};
|
||||
|
||||
users.users.stefan = {
|
||||
extraGroups = [ "wheel" "dialout" ];
|
||||
extraGroups = [ "wheel" "dialout" "libvirtd"];
|
||||
home = "/home/stefan";
|
||||
isNormalUser = true;
|
||||
uid = 1000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue