mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-18 18:23:02 +00:00
6 lines
105 B
Nix
6 lines
105 B
Nix
|
{config, ...}:
|
||
|
{
|
||
|
config.networking.hostName = "chromium";
|
||
|
config.virtualisation.memorySize = 2048;
|
||
|
}
|