Initial implementation of appvm-based OS

This commit is contained in:
2020-01-04 20:58:00 +00:00
parent 7d6d524b67
commit 5526cbee02
6 changed files with 127 additions and 0 deletions

5
os/vm.nix Normal file
View File

@@ -0,0 +1,5 @@
{
# vm.nix is used for testing only
users.users.root.initialPassword = "root";
virtualisation.memorySize = 8196;
}