Update flake.nix

This commit is contained in:
2023-11-17 20:37:12 -05:00
committed by GitHub
parent 456d717d57
commit 51a8845ae4

View File

@@ -71,7 +71,8 @@
# kernel for serial console access to work well
boot.kernelParams = [ "console=ttyS2,1500000" ];
hardware.deviceTree.name = "rockchip/rk3568-odroid-m1.dtb";
services.openssh = {
installer.cloneConfig = true; services.openssh = {
enable = true;
settings.PermitRootLogin = "yes";
};