From 80f0f69920b12bed323451449c93ae802074b40e Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 22 Jul 2023 17:26:27 +0200 Subject: [PATCH] Revert "Thor: temp fix" This reverts commit 84f8498e835c76f0661af9cb86252ff50d2b4f5c. --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 04d8169..7cb2035 100644 --- a/flake.nix +++ b/flake.nix @@ -131,8 +131,6 @@ ./modules/nixos/pentablet.nix ./modules/nixos/steam-link.nix ./modules/nixos/kdeconnect.nix - - { services.logrotate.checkConfig = false; } ] ++ homeManagerModules ++ [ { home-manager.users.bertof = import ./instances/thor/hm.nix; } ];