fix(ada): systemd-boot cleanage
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
08c9f53265
commit
c44e21c8b3
2 changed files with 2 additions and 12 deletions
|
|
@ -2,11 +2,11 @@ _: {
|
||||||
boot = {
|
boot = {
|
||||||
lanzaboote = {
|
lanzaboote = {
|
||||||
enable = true;
|
enable = true;
|
||||||
configurationLimit = 7;
|
configurationLimit = 2;
|
||||||
pkiBundle = "/var/lib/sbctl";
|
pkiBundle = "/var/lib/sbctl";
|
||||||
settings = {
|
settings = {
|
||||||
timeout = 2;
|
timeout = 2;
|
||||||
sortKey = "lanza";
|
sortKey = "nixos";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -3,16 +3,6 @@ _: {
|
||||||
loader = {
|
loader = {
|
||||||
systemd-boot = {
|
systemd-boot = {
|
||||||
enable = false;
|
enable = false;
|
||||||
sortKey = "nixos";
|
|
||||||
memtest86 = {
|
|
||||||
enable = true;
|
|
||||||
sortKey = "o_memtest86";
|
|
||||||
};
|
|
||||||
|
|
||||||
netbootxyz = {
|
|
||||||
enable = false;
|
|
||||||
sortKey = "o_netbootxyz";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue