summaryrefslogtreecommitdiff
path: root/systems/afrodite/services.nix
blob: 6b25e0def059e80c51a949e9550faeb0e2175a7d (plain) (blame)
1
2
3
4
5
6
7
8
{...}: {
  imports = [
    ../../components/services/openssh.nix
  ];

  # Custom modules
  openssh.enable = true;
}