testbed-vm: init, will add hardware-configuration later

This commit is contained in:
Xory 2026-03-06 16:53:16 +02:00
parent 60c20af96a
commit 14ce01d5be
2 changed files with 107 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{ config, pkgs, pkgs-stable, lib, inputs, ... }:
{
imports =
[
./hardware/disko.nix
];
networking.hostName = "nixos-testbed";
networking.hostId = "6c3b53a1";
}