index
:
nix-monorepo.git
main
reorg
This directory contains the monorepo which I use to manage my (very small) Nix fleet.
Git server user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
default.nix
blob: ae6789f7064e3c3da3c56f3d7123b7e4025a8feb (
plain
)
1
2
3
4
5
6
7
8
9
{
...
}:
{
imports
=
[
./linus.onl
./cloudflare-proxy
];
}