nix-config/modules/nix/containers/default.nix
smayzy 325a193a38
All checks were successful
nixos config pipeline / show-flake (push) Successful in 33s
nixos config pipeline / deploy (push) Successful in 39s
add docker
2025-08-29 18:53:11 +02:00

8 lines
61 B
Nix

{ ... }:
{
imports = [
./nixos
./docker.nix
];
}