aboutsummaryrefslogtreecommitdiff
path: root/nix/modules/kubo.nix
blob: 92dab0e21c58b1012ffa90d5f88b103e146ccfb5 (plain)
1
2
3
4
5
6
{ config, pkgs, ... }:
{
  services.kubo = {
    enable = true;
  };
}