era-configuration-nix/ipfs.nix

9 lines
93 B
Nix

{ config, pkgs, ... }:
{
services.ipfs = {
enable = true;
enableGC = true;
};
}