nix-config/features/server/services/i2p.nix

8 lines
95 B
Nix

{ config, pkgs, ... }:
{
services.i2pd = {
enable = true;
upnp.enable = true;
};
}