nix-config/modules/nix/containers/nixos/default.nix
smayzy ffec6e9b29
All checks were successful
nixos config pipeline / show-flake (push) Successful in 23s
nixos config pipeline / deploy (push) Successful in 55s
add unbound to server1
2025-08-28 14:23:39 +02:00

8 lines
66 B
Nix

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