wip: add julia server with wordpress
This commit is contained in:
parent
3efa686d83
commit
e831b0f402
8 changed files with 198 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
PermitRootLogin = "yes";
|
||||
X11Forwarding = true;
|
||||
X11Forwarding = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
8
modules/serial-console.nix
Normal file
8
modules/serial-console.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
boot.kernelParams = [ "console=ttyS0,115200n8" ];
|
||||
boot.loader.grub.extraConfig = "
|
||||
serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1
|
||||
terminal_input serial
|
||||
terminal_output serial
|
||||
";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue