forked from Yuka/c3h-nixfiles
move stuff to shared-services
This commit is contained in:
parent
7549ce0707
commit
ab24240216
9 changed files with 9 additions and 8 deletions
9
shared-services/webserver.nix
Normal file
9
shared-services/webserver.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 80 ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue