flake/hosts/butterfly/services/default.nix
2026-02-09 01:51:30 +10:00

5 lines
46 B
Nix

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