nix/profiles/vm/incus.nix

7 lines
No EOL
101 B
Nix

{ ... }:
{
imports = [
<nixpkgs/nixos/modules/virtualisation/incus-virtual-machine.nix>
];
}