nix-config/modules/nix/containers/default.nix
smayzy 9037f01470
All checks were successful
nixos config pipeline / show-flake (push) Successful in 31s
nixos config pipeline / deploy (push) Successful in 7s
add cyberchef and correct things in nixos containers
2025-08-30 20:27:24 +02:00

10 lines
90 B
Nix

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