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