index
:
sandbox
main
Catch-all repository for things that dont need their own yet
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nix-personal
/
profiles
/
nginx.nix
blob: 60124e2b825e7c6d8a8964f807280675010e9276 (
plain
)
1
2
3
4
{
...
}:
{
networking
.
firewall
.
allowedTCPPorts
=
[
80
];
services
.
nginx
.
enable
=
true
;
}