blob: 7ae99c172e1b2663b1cc91ae3e25f450cce9493c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
{ ... }:
{
imports = [
./hardware-configuration.nix
./modules/network.nix
../../common.nix
];
services.openssh.ports = [ 22 465 ];
networking.hostName = "mox";
}
|