mirror of
https://github.com/sstent/nixos-on-odroid-m1.git
synced 2026-01-25 06:31:40 +00:00
Update flake.nix
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user