extract plex configuration to module

This commit is contained in:
Haak Saxberg 2022-08-09 17:41:17 -07:00
parent f739cc8fde
commit eb1fd00e4e
3 changed files with 89 additions and 78 deletions

View file

@ -0,0 +1,4 @@
{
networking.wireguard.enable = false;
networking.firewall.checkReversePath = "loose";
}