nix-conf/system/dev/dn-server/nginx.nix
2025-04-26 21:09:10 +08:00

8 lines
60 B
Nix

{
...
}:
{
services.nginx = {
enable = true;
};
}