nix-infra/config/proxmox-vm/default.nix

10 lines
107 B
Nix
Raw Normal View History

{ config, pkgs, ... }:
{
imports = [
./boot.nix
./qemu-guest-agent.nix
./storage.nix
];
}