sourcephile
/
git
/
sourcephile-nix.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
mermet: pleroma: increase DB timeout
[sourcephile-nix.git]
/
nixos
/
modules
/
services
/
networking
/
upnpc.nix
diff --git
a/nixos/modules/services/networking/upnpc.nix
b/nixos/modules/services/networking/upnpc.nix
index 9e777e5952e13f35323ea5dab7e8ebd8e353d72e..3ff2053ca6fa316bd1080dc93aaeb40c3144fe8f 100644
(file)
--- a/
nixos/modules/services/networking/upnpc.nix
+++ b/
nixos/modules/services/networking/upnpc.nix
@@
-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;