From da28a4e2afef21710f73860b26893fa18dd32858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 29 Aug 2020 18:37:54 +0200 Subject: Add environment file instead of hardcoding everything in makefiles --- modules/private/system.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules') diff --git a/modules/private/system.nix b/modules/private/system.nix index bca6e19..8c7a6f3 100644 --- a/modules/private/system.nix +++ b/modules/private/system.nix @@ -18,10 +18,6 @@ mariadb = self.mariadb_pam; }) # don’t put them as generic overlay because of home-manager ]; - _module.args = { - pkgsNext = import {}; - pkgsPrevious = import {}; - }; services.journald.extraConfig = '' MaxLevelStore="warning" -- cgit v1.2.3