add openmodelica

This commit is contained in:
2026-05-07 17:40:59 +09:00
parent 142038a7b5
commit 097ad8118e
8 changed files with 189 additions and 27 deletions

View File

@@ -17,6 +17,28 @@
lxc.enable = true;
};
users.users.root.subUidRanges = [
{
startUid = 1000;
count = 1;
}
{
startUid = 1000000;
count = 65536;
}
];
users.users.root.subGidRanges = [
{
startGid = 1000;
count = 1;
}
{
startGid = 1000000;
count = 65536;
}
];
programs.virt-manager.enable = true;
virtualisation.virtualbox.host.enable = true;
}