nixos/modules/system/default.nix
2022-12-05 22:55:34 +01:00

8 lines
59 B
Nix

{ ... }:
{
imports = [
./docker
./podman
];
}