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 {
|
||||
virtualization.libvirtd.enable = true;
|
||||
programs.dconf.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
virt-manager
|
||||
];
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
users.users.sako.extraGroups = [ "libvirtd" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue