microvm initial try definition

microvm first running version

microvm first running version
This commit is contained in:
2023-10-06 21:54:08 +02:00
parent 1186bdfc33
commit c4dc2c17d5
4 changed files with 81 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
# └─ default.nix
#
{ config, pkgs, user, ... }:
{ config, nixpkgs, pkgs, user, ... }:
{
imports = # For now, if applying to other system, swap files
@@ -25,6 +25,7 @@
#[(import ../../modules/desktop/hyprland/default.nix)] ++ # Window Manager
[(import ../../modules/desktop/sway/default.nix)] ++ # Window Manager
(import ../../modules/desktop/virtualisation) ++ # Docker
[(import ./microvm.nix)] ++
(import ../../modules/hardware); # Hardware devices
boot = { # Boot options