Voronind : Add to libvirtd group.
This commit is contained in:
parent
62c003577e
commit
5ddc6c9637
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }: {
|
||||
{ ... }: {
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
imports = [
|
||||
./home/Voronind.nix
|
||||
];
|
||||
|
||||
users.users.voronind = {
|
||||
createHome = true;
|
||||
description = "Dmitry Voronin";
|
||||
|
@ -9,6 +10,7 @@
|
|||
isNormalUser = true;
|
||||
uid = 1000;
|
||||
extraGroups = [
|
||||
"libvirtd"
|
||||
"networkmanager"
|
||||
"video"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue