Add: forbann VM

This commit is contained in:
DuN0z 2025-10-04 12:35:54 +02:00
parent fd9f5e202c
commit b3fb1d7fa8
3 changed files with 85 additions and 1 deletions

View file

@ -32,7 +32,6 @@
in
{
# --- Host NixOS (x86_64) ---
nixosConfigurations = {
pennsardin = nixpkgs-unstable.lib.nixosSystem {
system = "x86_64-linux";
@ -56,6 +55,14 @@
home-manager-stable.nixosModules.home-manager
];
};
forbann = nixpkgs-stable.lib.nixosSystem {
system = "x86_64-linux";
modules = [
./hosts/forbann/configuration.nix
"${nixpkgs-stable}/nixos/modules/profiles/qemu-guest.nix"
];
};
};
# --- DevShell (x86_64 uniquement) ---