summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-01-09 09:15:33 +0530
committersinanmohd <sinan@sinanmohd.com>2024-01-09 09:15:33 +0530
commit46cc0c81aec35cd48519e96a8fd6639f4c8c0ece (patch)
tree6ac1d8b5dd4c0d480972ab8aa4bc451388a6f3cc /hosts
parent0b23236de1e3a19a7f10c2904daa929b8c470094 (diff)
hosts/mox: use default kernel loglevel
Diffstat (limited to 'hosts')
-rw-r--r--hosts/mox/configuration.nix1
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";
}