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: b5cb2b2bdef02d5a69522df53170bad27eaa4753 (
plain
) (
blame
)
1
2
3
4
5
6
7
{
...
}:
{
imports
=
[
./syncthing.nix
./git.nix
];
}