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

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