mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-05-01 01:24:22 +00:00
Update documentation (appvm is now available in nixpkgs)
This commit is contained in:
parent
6ac189e1e8
commit
7b09716347
1 changed files with 0 additions and 10 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue