index
:
nixos-config
main
Collin's NixOS configurations
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
services
/
nixos
/
selfhost
/
default.nix
blob: a0a91948ebb7644a546d1d718c591a57f41af032 (
plain
)
1
2
3
4
5
6
7
{
imports
=
[
./navidrome.nix
./adguard.nix
./caddy.nix
];
}