update system

This commit is contained in:
2023-11-27 09:25:12 +01:00
parent c03c8ab0c7
commit 2add7857f2
13 changed files with 116 additions and 13 deletions

View File

@@ -1,3 +1,12 @@
{ pkgs, ... }: {
virtualisation.docker.enable = true;
virtualisation = {
docker.enable = true;
# following configuration is added only when building VM with build-vm
vmVariant = {
virtualisation = {
memorySize = 2048;
cores = 2;
};
};
};
}