Apparently aliases are read-only
This commit is contained in:
parent
d6aea43451
commit
719a89028d
1 changed files with 1 additions and 1 deletions
|
|
@ -72,6 +72,6 @@ in
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
system.build.installBootLoader = lib.mkForce "${installer} ${args} -c";
|
system.build.installBootLoader = lib.mkForce "${installer} ${args} -c";
|
||||||
system.boot.loader.id = "petitboot";
|
system.boot.loader.id = "petitboot";
|
||||||
cfg.populateCmd = "${sdImageInstaller} ${args}";
|
boot.loader.petitboot.populateCmd = "${sdImageInstaller} ${args}";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue