diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/mox/configuration.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/mox/configuration.nix b/hosts/mox/configuration.nix index e3d0f04..7ae99c1 100644 --- a/hosts/mox/configuration.nix +++ b/hosts/mox/configuration.nix @@ -8,6 +8,5 @@ ]; services.openssh.ports = [ 22 465 ]; - boot.consoleLogLevel = 3; networking.hostName = "mox"; } |