12 lines
96 B
Nix
12 lines
96 B
Nix
|
{ config
|
||
|
, lib
|
||
|
, pkgs
|
||
|
, ...
|
||
|
}:
|
||
|
{
|
||
|
imports = [
|
||
|
./podman.nix
|
||
|
./virtualisation.nix
|
||
|
];
|
||
|
}
|