wait a second im on unstable lmao

This commit is contained in:
Sakooooo 2024-09-16 21:22:10 +04:00
parent 25b11d8cd2
commit 0e41a8522e
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -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" ];
};
}