diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-01-09 09:15:33 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-01-09 09:15:33 +0530 |
commit | 46cc0c81aec35cd48519e96a8fd6639f4c8c0ece (patch) | |
tree | 6ac1d8b5dd4c0d480972ab8aa4bc451388a6f3cc /hosts/mox | |
parent | 0b23236de1e3a19a7f10c2904daa929b8c470094 (diff) |
hosts/mox: use default kernel loglevel
Diffstat (limited to 'hosts/mox')
-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"; } |