diff options
Diffstat (limited to 'sys/hv/default.nix')
| -rw-r--r-- | sys/hv/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/hv/default.nix b/sys/hv/default.nix new file mode 100644 index 0000000..9c52f42 --- /dev/null +++ b/sys/hv/default.nix @@ -0,0 +1,5 @@ +{ + virtualisation.libvirt = { + enable = true; + }; +} |
