Don't create an nginx service by default.
This commit is contained in:
parent
8023bf4421
commit
ca46aa5ace
2 changed files with 31 additions and 30 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{ lib, ... }:
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
systemd.services.nginx = {
|
||||
systemd.services.nginx = lib.mkIf config.services.nginx.enable {
|
||||
serviceConfig.DynamicUser = true;
|
||||
|
||||
# TODO: can we handle this better?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue