mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-14 00:21:11 +01:00
http firewall port
This commit is contained in:
parent
61abc68c1b
commit
db16bfaed1
1 changed files with 4 additions and 0 deletions
|
|
@ -60,6 +60,10 @@
|
|||
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
8080
|
||||
];
|
||||
|
||||
nix.autoOptimiseStore = true;
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue