summaryrefslogtreecommitdiff
path: root/hosts/mox/configuration.nix
blob: e3d0f04e50928153b1014a573c610cff966479ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ ... }:

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

  services.openssh.ports = [ 22 465 ];
  boot.consoleLogLevel = 3;
  networking.hostName = "mox";
}