krebs.tinc: drop environment.systemPackages TODO

Nobody bothered about this for more than five years.  And even though
fixable, chances are quite high that this feature is not needed anymore.
This commit is contained in:
tv 2021-12-23 03:20:36 +01:00
parent 8029e80632
commit 5f7ab23ebf

View File

@ -209,9 +209,6 @@ with import <stockholm/lib>;
};
config = {
# TODO `environment.systemPackages = [ cfg.tincPackage cfg.iproutePackage ]` for each network,
# avoid conflicts in environment if the packages differ
users.users = mapAttrs' (netname: cfg:
nameValuePair "${netname}" {
inherit (cfg.user) home name uid;