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

  # Custom modules
  openssh.enable = true;
  caddy.enable = true;
}