mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-28 03:37:12 +08:00
pureintent: expose vira port
This commit is contained in:
parent
89ffde46f8
commit
20a5b690ce
1 changed files with 3 additions and 0 deletions
|
|
@ -55,6 +55,9 @@ in
|
|||
};
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80
|
||||
|
||||
# Dev ports
|
||||
5005
|
||||
];
|
||||
|
||||
programs.nix-ld.enable = true; # for vscode server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue