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