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