5 lines
98 B
Nix
5 lines
98 B
Nix
{
|
|
flake.modules.nixos."nixosConfigurations/home02".services.nginx = {
|
|
enable = true;
|
|
};
|
|
}
|