index
:
monorepo.git
main
My new personal website and my nix configuration, all in one.
Preston Pan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nix
/
modules
/
kubo.nix
blob: 92dab0e21c58b1012ffa90d5f88b103e146ccfb5 (
plain
)
1
2
3
4
5
6
{ config, pkgs, ... }: { services.kubo = { enable = true; }; }