nix-files/hosts/common/i2p.nix

5 lines
43 B
Nix
Raw Permalink Normal View History

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