nix/os/devices: add VM on pve-htz cluster

This commit is contained in:
steveej 2020-11-25 21:53:26 +01:00
parent 7cecd327f0
commit 619046f05a
7 changed files with 274 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{ ... }:
{
disabledModules = [
];
imports = [
../../profiles/common/configuration.nix
./system.nix
./hw.nix
./pkg.nix
./boot.nix
];
}