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