nixos/profiles/vm/default.nix
2025-09-25 23:28:10 +02:00

8 lines
91 B
Nix

{ ... }:
{
imports = [
./hardware-configuration.nix
./virtualisation.nix
];
}