lol

Merge pull request #28089 from volth/patch-9

nixos/tinc: do not tell systemd where is pidfile

authored by

Joachim F and committed by
GitHub
793523d7 576e9aac

-1
-1
nixos/modules/services/networking/tinc.nix
··· 166 path = [ data.package ]; 167 serviceConfig = { 168 Type = "simple"; 169 - PIDFile = "/run/tinc.${network}.pid"; 170 Restart = "always"; 171 RestartSec = "3"; 172 };
··· 166 path = [ data.package ]; 167 serviceConfig = { 168 Type = "simple"; 169 Restart = "always"; 170 RestartSec = "3"; 171 };