add virt
This commit is contained in:
parent
8a501b6d04
commit
816da86e7e
4 changed files with 7 additions and 3 deletions
|
|
@ -40,6 +40,8 @@
|
|||
setSocketVariable = true;
|
||||
};
|
||||
};
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
# make ZSH shut up about zshrc
|
||||
hjem.users.${config.username}.files.".zshrc".text = "";
|
||||
programs.zsh = {
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
"wheel"
|
||||
"docker"
|
||||
"dialout"
|
||||
"libvirtd"
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue