Update documentation (appvm is now available in nixpkgs)

This commit is contained in:
dump_stack() 2025-04-21 17:33:55 +00:00
parent 6ac189e1e8
commit 7b09716347
Signed by: dump_stack
GPG Key ID: C9905BA72B5E02BB

View File

@ -4,21 +4,11 @@ Installation
NixOS
-----
First, clone this repo. Then do this:
/etc/nixos/configuration.nix::
imports = [
/path/to/repo/nixos
];
virtualisation.appvm = {
enable = true;
user = "${username}";
};
This is a temporary solution until appvm is upstreamed to nixpkgs or Nix flakes are released.
Ubuntu 20.04
------