feat: add host 'nixos-unstable' as a testing VM

This commit is contained in:
2025-07-05 12:39:50 +02:00
parent a24605849a
commit be1f305207
4 changed files with 94 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{ inputs, pkgs, ...}: {
imports = [
./hardware-configuration.nix
./configuration.nix
../../profiles/base
];
}