Commit 43543ef9a94d

Vincent Demeester <vincent@sbr.pm>
2019-06-14 14:44:56
machine/honshu: enable libvirt
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent b6a38bf
Changed files (1)
machine
machine/honshu.nix
@@ -25,6 +25,10 @@ options edns0
     nix-config.buildCores = 4;
     ssh.enable = true;
     syncthing.enable = true;
+    virtualization = {
+      enable = true;
+      listenTCP = true;
+    };
   };
   services = {
     logind.lidSwitch = "ignore";