index
:
stvnliu/nixos-configuration.git
chore-cleanup
feature-commons
feature-email-msmtp
feature-home-manager
main
update-unstable
stvnliu NixOS setup
stvnliu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nixos
/
services
/
nginx.service.nix
blob: ae374c76bd0b34b190f9b1f209ff050925495f02 (
plain
)
1
2
3
4
5
6
{...}:
{
services
.
nginx
= {
enable
=
true
;
};
}