forked from CCCHH/nix-infra
10 lines
107 B
Nix
10 lines
107 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./boot.nix
|
|
./qemu-guest-agent.nix
|
|
./storage.nix
|
|
];
|
|
}
|