10 lines
124 B
Nix
10 lines
124 B
Nix
{ config
|
|
, lib
|
|
, pkgs
|
|
, modulesPath
|
|
, ...
|
|
}: {
|
|
imports = [
|
|
(modulesPath + "/virtualisation/proxmox-image.nix")
|
|
];
|
|
}
|