era-configuration-nix/ipfs.nix

9 lines
93 B
Nix
Raw Normal View History

2017-06-23 22:11:57 +02:00
{ config, pkgs, ... }:
{
services.ipfs = {
enable = true;
enableGC = true;
};
}