summary refs log tree commit diff stats
path: root/system/services/default.nix
blob: e0579dbd8cf9919b5c2e2eb93003ccb039cccefc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{...}: {
  imports = [
    ./acme
    ./keycloak
    ./nginx
    ./nix
    ./opensshd
    ./rust-motd
    ./fail2ban
    ./git-sync
  ];
}