forked from dan/liminix
don't hardcode root device, too confusing when adding phram
This commit is contained in:
parent
4b19568f1b
commit
8250d592ba
@ -21,9 +21,6 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
boot.commandLine = [
|
||||
"root=${config.hardware.rootDevice}"
|
||||
];
|
||||
outputs.firmware =
|
||||
let o = config.outputs; in
|
||||
pkgs.runCommand "firmware" {} ''
|
||||
|
Loading…
Reference in New Issue
Block a user