1
0
forked from c3d2/nix-config

modules/cluster/deployment-options: let deployment.vcpu default to 4

This commit is contained in:
Astro 2022-11-24 00:03:30 +01:00
parent 3ef0df9608
commit 9fca77eb57

View File

@ -4,7 +4,7 @@
options.deployment = with lib; {
vcpu = mkOption {
type = types.int;
default = 2;
default = 4;
};
mem = mkOption {
type = types.int;