configs/tailnet: add update script to pkgs

This commit is contained in:
Aaron Bieber 2024-07-24 14:37:50 -06:00
parent 5e85572f51
commit 71780210fb
No known key found for this signature in database

View File

@ -243,4 +243,5 @@ with lib; {
};
};
systemd.services = mkIf enabled (listToAttrs (builtins.map xinlib.jobToService jobs));
environment.systemPackages = mkIf enabled [ aclUpdateScript ];
}