Update documentation (appvm is now available in nixpkgs)
This commit is contained in:
parent
6ac189e1e8
commit
7b09716347
@ -4,21 +4,11 @@ Installation
|
|||||||
NixOS
|
NixOS
|
||||||
-----
|
-----
|
||||||
|
|
||||||
First, clone this repo. Then do this:
|
|
||||||
|
|
||||||
/etc/nixos/configuration.nix::
|
|
||||||
|
|
||||||
imports = [
|
|
||||||
/path/to/repo/nixos
|
|
||||||
];
|
|
||||||
|
|
||||||
virtualisation.appvm = {
|
virtualisation.appvm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
user = "${username}";
|
user = "${username}";
|
||||||
};
|
};
|
||||||
|
|
||||||
This is a temporary solution until appvm is upstreamed to nixpkgs or Nix flakes are released.
|
|
||||||
|
|
||||||
Ubuntu 20.04
|
Ubuntu 20.04
|
||||||
------
|
------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user