From 5f7ab23ebf220194dc9ef28dd164f042ee2804c4 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 23 Dec 2021 03:20:36 +0100 Subject: 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. --- krebs/3modules/tinc.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'krebs/3modules/tinc.nix') diff --git a/krebs/3modules/tinc.nix b/krebs/3modules/tinc.nix index 91aa37fd..f709b334 100644 --- a/krebs/3modules/tinc.nix +++ b/krebs/3modules/tinc.nix @@ -209,9 +209,6 @@ with import ; }; 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; -- cgit v1.2.3