This website requires JavaScript.
Explore
Help
Sign In
felixalb
/
pvv-nixos-config
mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
Watch
1
Star
0
Fork
You've already forked pvv-nixos-config
0
Code
Issues
Projects
Releases
Wiki
Activity
7c3ff2068d
pvv-nixos-config
/
hosts
/
ildkule
/
services
/
nginx
/
default.nix
8 lines
99 B
Nix
Raw
Blame
History
{
config
,
values
,
.
.
.
}:
{
services
.
nginx
=
{
enable
=
true
;
enableReload
=
true
;
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink