mirror of
https://github.com/0x1d/nix.git
synced 2025-12-16 06:34:33 +01:00
update system
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user