Merge pull request 'make telegraf visible from the outside' (#78) from Mic92-flake-parts-refactoring into main
All checks were successful
build / test (push) Successful in 6s

This commit is contained in:
clan-bot 2023-08-09 09:04:59 +00:00
commit d85bb4f602

View File

@ -3,6 +3,8 @@
server.imports = [
inputs.srvos.nixosModules.server
inputs.srvos.nixosModules.mixins-telegraf
# FIXME: switch to VPN later
{ networking.firewall.allowedTCPPorts = [ 9273 ]; }
inputs.sops-nix.nixosModules.default
];