Add: forbann VM
This commit is contained in:
parent
fd9f5e202c
commit
b3fb1d7fa8
3 changed files with 85 additions and 1 deletions
|
|
@ -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) ---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue