summaryrefslogblamecommitdiff
path: root/hosts/mox/configuration.nix
blob: 456cd8915253dd656432fefeed267fab79bf102b (plain) (tree)
1
2
3
4
5
6
7
8
9
        







                                
                                      
 
{ ... }:

{
  imports = [
    ./hardware-configuration.nix
    ./modules/network.nix
    ../../common.nix
  ];

  services.openssh.ports = [ 22 465 ];
}