modules/virtualization: add virtualization module
This commit is contained in:
parent
2880e2dfd6
commit
9f44debc6e
3 changed files with 18 additions and 7 deletions
|
@ -7,8 +7,6 @@
|
|||
|
||||
(with profiles; [
|
||||
networking.wireless
|
||||
|
||||
virtualization
|
||||
])
|
||||
|
||||
./hardware-configuration.nix
|
||||
|
@ -40,6 +38,7 @@
|
|||
desktop = {
|
||||
gaming.enableAll = true;
|
||||
};
|
||||
virtualization.enable = true;
|
||||
};
|
||||
|
||||
networking.interfaces = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue