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: 61ef9ccea9ede962ea01a151866b5707159f5759 (
plain
)
1
2
3
4
5
6
7
8
9
10
{
...
}:
{
imports
=
[
./linus.onl
./cloudflare-proxy
./graphics
];
}