wait a second im on unstable lmao
This commit is contained in:
parent
25b11d8cd2
commit
0e41a8522e
1 changed files with 3 additions and 7 deletions
|
@ -8,12 +8,8 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
virtualization.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
programs.dconf.enable = true;
|
programs.virt-manager.enable = true;
|
||||||
environment.systemPackages = with pkgs; [
|
users.users.sako.extraGroups = [ "libvirtd" ];
|
||||||
virt-manager
|
|
||||||
];
|
|
||||||
|
|
||||||
users.users.sako.extraGroups = [ "libvirtd" ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue