mirror of
https://github.com/sstent/nixos-on-odroid-m1.git
synced 2026-04-28 15:53:02 +00:00
Update flake.nix
This commit is contained in:
@@ -71,7 +71,8 @@
|
|||||||
# kernel for serial console access to work well
|
# kernel for serial console access to work well
|
||||||
boot.kernelParams = [ "console=ttyS2,1500000" ];
|
boot.kernelParams = [ "console=ttyS2,1500000" ];
|
||||||
hardware.deviceTree.name = "rockchip/rk3568-odroid-m1.dtb";
|
hardware.deviceTree.name = "rockchip/rk3568-odroid-m1.dtb";
|
||||||
services.openssh = {
|
|
||||||
|
installer.cloneConfig = true; services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.PermitRootLogin = "yes";
|
settings.PermitRootLogin = "yes";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user