nixos/modules/system/default.nix
2023-03-27 00:35:18 +02:00

9 lines
80 B
Nix

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