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