Update flake.nix

This commit is contained in:
2023-11-17 20:40:34 -05:00
committed by GitHub
parent 51a8845ae4
commit 66bf68b45d

View File

@@ -72,7 +72,7 @@
boot.kernelParams = [ "console=ttyS2,1500000" ];
hardware.deviceTree.name = "rockchip/rk3568-odroid-m1.dtb";
installer.cloneConfig = true; services.openssh = {
cloneConfig = true; services.openssh = {
enable = true;
settings.PermitRootLogin = "yes";
};