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