nix-files/hosts/common/i2p.nix

5 lines
43 B
Nix
Raw Normal View History

2022-12-16 22:15:19 +00:00
{ ... }:
{
services.i2p.enable = true;
}