mirror of
https://github.com/kmein/niveum
synced 2026-03-19 19:41:08 +01:00
feat(ful): limit to 1 configuration
this circumvents space issues on the /boot partition
This commit is contained in:
@@ -8,7 +8,10 @@
|
|||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
loader = {
|
loader = {
|
||||||
systemd-boot.enable = true;
|
systemd-boot = {
|
||||||
|
enable = true;
|
||||||
|
configurationLimit = 1;
|
||||||
|
};
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
};
|
};
|
||||||
initrd = {
|
initrd = {
|
||||||
|
|||||||
Reference in New Issue
Block a user