From 049cdbb610799ac8349a294774114bc8c50e833e Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Wed, 3 Jan 2024 20:18:07 +0000 Subject: [PATCH] turris omnia: don't hardcode rootfsType --- devices/turris-omnia/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/turris-omnia/default.nix b/devices/turris-omnia/default.nix index 231b033..60020e6 100644 --- a/devices/turris-omnia/default.nix +++ b/devices/turris-omnia/default.nix @@ -127,7 +127,7 @@ NET_DSA_MV88E6XXX = "y"; # depends on PTP_1588_CLOCK_OPTIONAL }; }; - rootfsType = "ext4"; + boot = { commandLine = [ "console=ttyS0,115200"