feat(nix): Configure reverse-proxy for tazblog

This commit is contained in:
Vincent Ambo 2018-01-02 00:55:23 +01:00
parent a646f94d47
commit aac2c029a4
2 changed files with 25 additions and 9 deletions

View file

@ -13,10 +13,10 @@
curl emacs htop
];
services.openssh.enable = true;
networking.firewall.allowedTCPPorts = [ 22 ];
networking.firewall.enable = true;
networking.firewall.allowedTCPPorts = [ 22 80 443 ];
users.extraUsers.vincent = {
isNormalUser = true;