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

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