treefmt
This commit is contained in:
parent
76e043171c
commit
d97549d794
3 changed files with 17 additions and 14 deletions
|
@ -4,7 +4,10 @@
|
|||
./auth.nix
|
||||
];
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
];
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue