summaryrefslogtreecommitdiff
path: root/hosts/mox/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/mox/configuration.nix')
-rw-r--r--hosts/mox/configuration.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/hosts/mox/configuration.nix b/hosts/mox/configuration.nix
index 9b8c314..e3d0f04 100644
--- a/hosts/mox/configuration.nix
+++ b/hosts/mox/configuration.nix
@@ -7,12 +7,7 @@
../../common.nix
];
- services.openssh = {
- enable = true;
- ports = [ 22 465 ];
- settings.PasswordAuthentication = false;
- };
-
+ services.openssh.ports = [ 22 465 ];
boot.consoleLogLevel = 3;
networking.hostName = "mox";
}