about summary refs log tree commit diff
path: root/modules/services/default.nix
blob: 457d86af1cb5040513558581e6000ac0c3da5186 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{ ... }:

{
  imports = [
    ./avahi
    ./backup
    ./cgit
    ./fwupd
    ./gitolite
    ./monitoring
    ./navidrome
    ./nginx
    ./samba
    ./sendsms
    ./ssh-server
    ./syncthing
    ./tailscale
    ./transmission
    ./unifi
  ];
}