nix-config/modules/nix/containers/nixos/default.nix
smayzy ab35d54e05
All checks were successful
nixos config pipeline / show-flake (push) Successful in 5m22s
nixos config pipeline / deploy (push) Successful in 41s
add bridge on desktop1 and a test httpd container to test network
2025-08-26 21:29:55 +02:00

7 lines
48 B
Nix

{ ... }:
{
imports = [
./httpd.nix
];
}