flake/hosts/butterfly/services/default.nix

5 lines
46 B
Nix

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