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