about summary refs log tree commit diff
path: root/modules/services/default.nix
blob: e4f6e3721ae7150a7b1aed1193317d49257a64b9 (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
24
25
26
{ ... }:

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