feat(nix): Configure reverse-proxy for tazblog
This commit is contained in:
parent
a646f94d47
commit
aac2c029a4
2 changed files with 25 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue