summaryrefslogblamecommitdiff
path: root/systems/odino/services.nix
blob: 6b25e0def059e80c51a949e9550faeb0e2175a7d (plain) (tree)
1
2
3
4
5
6
7
8

             
                                         

    
                  

                        
{...}: {
  imports = [
    ../../components/services/openssh.nix
  ];

  # Custom modules
  openssh.enable = true;
}