don't hardcode root device, too confusing when adding phram

module-based-network
Daniel Barlow 2023-03-19 20:27:05 +00:00
parent 4b19568f1b
commit 8250d592ba
1 changed files with 0 additions and 3 deletions

View File

@ -21,9 +21,6 @@ in {
};
};
boot.commandLine = [
"root=${config.hardware.rootDevice}"
];
outputs.firmware =
let o = config.outputs; in
pkgs.runCommand "firmware" {} ''