Enable HTTP and HTTPS ports
This commit is contained in:
parent
2818a510c4
commit
f668d95f74
1 changed files with 5 additions and 0 deletions
|
@ -38,4 +38,9 @@
|
||||||
powerManagement.powertop.enable = true;
|
powerManagement.powertop.enable = true;
|
||||||
|
|
||||||
users.groups.media = { };
|
users.groups.media = { };
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
80
|
||||||
|
443
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue