blob: e3d0f04e50928153b1014a573c610cff966479ce (
plain) (
tree)
|
|
{ ... }:
{
imports = [
./hardware-configuration.nix
./modules/network.nix
../../common.nix
];
services.openssh.ports = [ 22 465 ];
boot.consoleLogLevel = 3;
networking.hostName = "mox";
}
|