Differentiate hardware and vms in roles

This commit is contained in:
Gonne 2023-12-18 17:52:53 +01:00
parent df8b605814
commit 4197474fec
4 changed files with 13 additions and 2 deletions

5
nixos/roles/vm.nix Normal file
View file

@ -0,0 +1,5 @@
{modulesPath, ...}: {
imports = [
(modulesPath + "/virtualisation/xen-domU.nix")
];
}