Initial implementation of appvm-based OS

This commit is contained in:
Mikhail Klementev 2020-01-04 20:58:00 +00:00
parent 7d6d524b67
commit 5526cbee02
No known key found for this signature in database
GPG key ID: BE44DA8C062D87DC
6 changed files with 127 additions and 0 deletions

6
os/live-iso.nix Normal file
View file

@ -0,0 +1,6 @@
{
imports = [
#<nixpkgs/nixos/modules/profiles/hardened.nix>
<nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix>
];
}