flake/hosts/butterfly/services/default.nix

6 lines
46 B
Nix
Raw Normal View History

2026-02-09 01:51:30 +10:00
{...}: {
imports = [
./nginx.nix
];
}