From 0596b02f2273882eabdcbe35f16005b42164dafc Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 6 Apr 2023 06:22:47 +0000 Subject: [PATCH] enable i2p --- hosts/common/i2p.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/i2p.nix b/hosts/common/i2p.nix index 09f6a0a5..9f296934 100644 --- a/hosts/common/i2p.nix +++ b/hosts/common/i2p.nix @@ -1,4 +1,4 @@ { ... }: { - # services.i2p.enable = true; + services.i2p.enable = true; }