From 8250d592ba664e07479e0b46170f35e8718dc932 Mon Sep 17 00:00:00 2001
From: Daniel Barlow <dan@telent.net>
Date: Sun, 19 Mar 2023 20:27:05 +0000
Subject: [PATCH] don't hardcode root device, too confusing when adding phram

---
 modules/flashable.nix | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/modules/flashable.nix b/modules/flashable.nix
index faf224d..2016210 100644
--- a/modules/flashable.nix
+++ b/modules/flashable.nix
@@ -21,9 +21,6 @@ in {
       };
     };
 
-    boot.commandLine = [
-      "root=${config.hardware.rootDevice}"
-    ];
     outputs.firmware =
       let o = config.outputs; in
       pkgs.runCommand "firmware" {} ''