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