fix: down scale the VM to 5Gbi (works)
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
{ ... }:
|
||||
{ lib, ... }:
|
||||
{
|
||||
virtualisation = {
|
||||
diskSize = 50000;
|
||||
};
|
||||
|
||||
virtualisation.docker = {
|
||||
enable = lib.mkForce false;
|
||||
};
|
||||
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user