nix-config/modules/hosts/homelab/home02/nginx.nix
Oliver Davies 49729903cd
Some checks are pending
/ check (push) Waiting to run
Add home02
2025-11-19 18:09:59 +00:00

5 lines
98 B
Nix

{
flake.modules.nixos."nixosConfigurations/home02".services.nginx = {
enable = true;
};
}