mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat: add configurationLimit for manakish and makanek
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
version = 2;
|
version = 2;
|
||||||
devices = ["/dev/sda"];
|
devices = ["/dev/sda"];
|
||||||
|
configurationLimit = 3;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
efiInstallAsRemovable = true;
|
efiInstallAsRemovable = true;
|
||||||
device = "/dev/sda";
|
device = "/dev/sda";
|
||||||
|
configurationLimit = 5;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user