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

{
  imports = [
    ./fwupd
    ./gitea
    ./grafana
    ./metrics-exporter
    ./navidrome
    ./prometheus
    ./rclone
    ./samba
    ./ssh-server
    ./tailscale
    ./thermald
    ./tlp
    ./traefik
    ./transmission
    ./unifi
  ];
}