limit app slice to less than all ram as well

This commit is contained in:
Daniel Olsen
2023-01-16 11:09:00 +01:00
parent b94a54ec98
commit fd22fa23b7
4 changed files with 17 additions and 3 deletions

View File

@@ -23,6 +23,10 @@ in
name = lib.mkOption {
type = lib.types.str;
};
cores = lib.mkOption {
type = lib.types.ints.positive;
default = 1;
};
systemd = lib.mkOption {
type = lib.types.bool;
default = true;