diff options
author | tv <tv@krebsco.de> | 2021-12-23 03:20:36 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2021-12-23 03:20:36 +0100 |
commit | 5f7ab23ebf220194dc9ef28dd164f042ee2804c4 (patch) | |
tree | 768d408253994cb572904106970b2c3c26692942 /krebs/3modules | |
parent | 8029e80632da0dcb886445bd1e9ba2d55821cc30 (diff) |
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.
Diffstat (limited to 'krebs/3modules')
-rw-r--r-- | krebs/3modules/tinc.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/krebs/3modules/tinc.nix b/krebs/3modules/tinc.nix index 91aa37fdf..f709b3343 100644 --- a/krebs/3modules/tinc.nix +++ b/krebs/3modules/tinc.nix @@ -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; |