j enklave: allowed port 8001

This commit is contained in:
jeschli 2019-04-28 15:02:20 +02:00
parent 271d8e8a20
commit 97d4f9a771
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
listenPort = 53589;
organisations.lass.users = [ "jeschli" ];
};
networking.firewall.allowedTCPPorts = [ 53589 ];
networking.firewall.allowedTCPPorts = [ 53589 8001 ];
}
];