nixpkgs-fmt

This commit is contained in:
Grigory Shipunov 2023-05-20 14:51:51 +02:00
parent e9428a1d4a
commit 153ff36e40
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -2,7 +2,7 @@
let let
listenport = 8080; listenport = 8080;
in in
{ {
sops.secrets."miniflux-admin" = { }; sops.secrets."miniflux-admin" = { };
networking.firewall.interfaces.oxaproxy.allowedTCPPorts = [ listenport ]; networking.firewall.interfaces.oxaproxy.allowedTCPPorts = [ listenport ];