From 84f8498e835c76f0661af9cb86252ff50d2b4f5c Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 22 Jul 2023 15:06:50 +0100 Subject: [PATCH] Thor: temp fix --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 7cb2035..04d8169 100644 --- a/flake.nix +++ b/flake.nix @@ -131,6 +131,8 @@ ./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; } ];