6 lines
173 B
Nix
6 lines
173 B
Nix
_: {
|
|
boot.consoleLogLevel = 6;
|
|
users.users.root.initialPassword = "root";
|
|
systemd.services."serial-getty@ttyS0".enable = true;
|
|
networking.firewall.enable = false;
|
|
}
|