2023-02-07 18:24:28 +01:00
|
|
|
{
|
|
|
|
lib,
|
|
|
|
config,
|
|
|
|
pkgs,
|
|
|
|
fetchgit,
|
|
|
|
...
|
|
|
|
}: {
|
2022-10-31 11:04:38 +01:00
|
|
|
boot.consoleLogLevel = 6;
|
2018-10-28 11:25:39 +01:00
|
|
|
users.users.root.initialPassword = "root";
|
|
|
|
systemd.services."serial-getty@ttyS0".enable = true;
|
|
|
|
networking.firewall.enable = false;
|
|
|
|
}
|