From 2b8bdea5134516db70a72d798933fde1df09ae3b Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sun, 1 Jul 2018 08:21:15 +0000 Subject: [PATCH] Note about ro --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad23198..44615e0 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Simple application VM's based on Nix package manager. -Uses one /nix directory for all appvms. So creating a new appvm (but not first) is just about one minute. +Uses one **read-only** /nix directory for all appvms. So creating a new appvm (but not first) is just about one minute. -Designed primarily for full screen usage (but remote-viewer has ability to resize window dynamically without change resolution) without guest additions (because of less attack surface). +Designed primarily for full screen usage (but remote-viewer has ability to resize window dynamically without change resolution) without guest additions (because of **less attack surface**). It's a proof-of-concept, but you can still use it. Also there is a lot of strange things inside, don't afraid of :)