8 lines
108 B
Nix
8 lines
108 B
Nix
|
{...}: {
|
||
|
imports = [./adtya.xyz.nix];
|
||
|
|
||
|
virtualisation.oci-containers = {
|
||
|
backend = "podman";
|
||
|
};
|
||
|
}
|