Enable mopidy and virtualisation via QEMU/KVM

This commit is contained in:
2020-05-11 06:40:41 +02:00
parent 3147727b77
commit ce494aa7a2
3 changed files with 83 additions and 7 deletions

View File

@@ -3,4 +3,7 @@
{
# Improve nix-shell and direnv integration
services.lorri.enable = true;
# Enable virtualization
virtualisation.libvirtd.enable = true;
}