about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-03-05 22:53:32 +0100
committerProfpatsch <mail@profpatsch.de>2021-03-05 22:56:29 +0100
commitea0d4b8618c6fd10fe4155938de265ce060e20c8 (patch)
treefeaa6a7a64e516274f066b18358d14250e7c916d /machines/profpatsch
parentee863702028491cd328a835212ceb986d2a65e30 (diff)
machines/shiki: enable docker daemon again
Plus add some other virtualization thingies I can uncomment if I need them.
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/shiki.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix
index 323bf907..97fcbaad 100644
--- a/machines/profpatsch/shiki.nix
+++ b/machines/profpatsch/shiki.nix
@@ -365,7 +365,9 @@ in {
       #'';
     };
 
-    # virtualisation.docker.enable = true;
+    virtualisation.docker.enable = true;
+    # virtualisation.virtualbox.host.enable = true;
+    # virtualisation.libvirtd.enable = true;
 
     #######
     # Misc