1
0
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:
2022-05-22 19:52:45 +02:00
parent 2d67488b02
commit 203eecddcb
2 changed files with 2 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
enable = true;
version = 2;
devices = ["/dev/sda"];
configurationLimit = 3;
};
};

View File

@@ -21,6 +21,7 @@
efiSupport = true;
efiInstallAsRemovable = true;
device = "/dev/sda";
configurationLimit = 5;
};
};