diff --git a/hosts/thanatos/default.nix b/hosts/thanatos/default.nix index ab960eb..afa74c0 100644 --- a/hosts/thanatos/default.nix +++ b/hosts/thanatos/default.nix @@ -93,4 +93,6 @@ in { environment.systemPackages = with pkgs; [ docker-compose ]; + + nix.gc.automatic = lib.mkForce false; }