From 95dd1f96ab92766f7afed31aa1e367938c9d5f1d Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Sat, 12 Apr 2025 11:49:43 -0600 Subject: [PATCH] remove nvd --- configuration.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configuration.nix b/configuration.nix index df3e347..fae6265 100644 --- a/configuration.nix +++ b/configuration.nix @@ -123,13 +123,6 @@ services.hardware.bolt.enable = true; - system.activationScripts.diff = { - supportsDryActivation = true; - text = '' - ${pkgs.nvd}/bin/nvd --nix-bin-dir=${pkgs.nix}/bin diff /run/current-system "$systemConfig" - ''; - }; - # System system.stateVersion = "24.11"; system.autoUpgrade.enable = true;