From d097e795c710486366a517d63b84515f1b07fad3 Mon Sep 17 00:00:00 2001 From: stitchy Date: Wed, 24 Jan 2024 07:19:34 +0000 Subject: [PATCH] docker? --- hosts/gemini/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/gemini/default.nix b/hosts/gemini/default.nix index 01be4cc..d21c21b 100644 --- a/hosts/gemini/default.nix +++ b/hosts/gemini/default.nix @@ -23,6 +23,7 @@ networking.firewall.allowedTCPPorts = [ 22 ]; networking.firewall.allowedUDPPorts = [ 51820 ]; + virtualization.docker.enable = true; networking.wg-quick.interfaces = { wg0 = {