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

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