Update
This commit is contained in:
parent
3864e34ffd
commit
479a630642
6 changed files with 69 additions and 66 deletions
|
|
@ -112,6 +112,7 @@ in {
|
|||
custom.impermanence = enabled;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
quickemu
|
||||
ente-cli
|
||||
tmux
|
||||
icloudpd
|
||||
|
|
@ -128,6 +129,13 @@ in {
|
|||
"rtw89_8852ce"
|
||||
];
|
||||
|
||||
programs.virt-manager.enable = false;
|
||||
|
||||
users.groups.libvirtd.members = ["kylekrein"];
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
|
||||
custom.users.kylekrein = {
|
||||
enable = true;
|
||||
config = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue