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
/
calendar
/
default.nix
blob: 5728da5dab90552319656461cc7f54c1e9ff17c7 (
plain
) (
blame
)
1
2
3
4
5
6
7
{
...
}:
{
imports
=
[
./radicale.nix
./ical-sync.nix
];
}