mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
improved init stage 2 changes
This commit is contained in:
parent
5cd0f03cb3
commit
38438afc26
4 changed files with 36 additions and 216 deletions
|
|
@ -1,12 +1,5 @@
|
|||
_: {
|
||||
lib,
|
||||
modulesPath,
|
||||
...
|
||||
}: {
|
||||
disabledModules = ["${modulesPath}/system/boot/stage-2.nix"];
|
||||
imports = [
|
||||
./stage-2.nix
|
||||
];
|
||||
inputs: {lib, ...}: {
|
||||
imports = [(import ./stage2patch.nix inputs)];
|
||||
environment.etc = {
|
||||
"issue" = {
|
||||
text = "[?12l[?25h";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue