index
:
homeserver-nixos-config
main
Nixos configuration for my home server
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
storage
/
default.nix
blob: bbb9267fbcff26340f0f6e24cd36e0df1865bb0b (
plain
) (
blame
)
1
2
3
4
5
6
7
8
{
...
}:
{
imports
=
[
./syncthing.nix
./git.nix
./send.nix
];
}