forked from DGNum/liminix
don't hardcode root device, too confusing when adding phram
This commit is contained in:
parent
4b19568f1b
commit
8250d592ba
1 changed files with 0 additions and 3 deletions
|
@ -21,9 +21,6 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.commandLine = [
|
|
||||||
"root=${config.hardware.rootDevice}"
|
|
||||||
];
|
|
||||||
outputs.firmware =
|
outputs.firmware =
|
||||||
let o = config.outputs; in
|
let o = config.outputs; in
|
||||||
pkgs.runCommand "firmware" {} ''
|
pkgs.runCommand "firmware" {} ''
|
||||||
|
|
Loading…
Reference in a new issue