mermet: pleroma: increase DB timeout
[sourcephile-nix.git] / nixos / modules / services / networking / upnpc.nix
index 9e777e5952e13f35323ea5dab7e8ebd8e353d72e..3ff2053ca6fa316bd1080dc93aaeb40c3144fe8f 100644 (file)
@@ -121,6 +121,8 @@ in
       )
       cfg.redirections);
 
+    environment.systemPackages = [ pkgs.miniupnpc ];
+
     # This enables to match on the uid in the firewall.
     users.users."upnpc" = {
       isSystemUser = true;