diff --git a/modules/global/general.nix b/modules/global/general.nix index f4fcc6b..f2b21bc 100644 --- a/modules/global/general.nix +++ b/modules/global/general.nix @@ -24,12 +24,6 @@ services.timesyncd.extraConfig = "FallbackNTP=162.159.200.1 2606:4700:f1::1"; # time.cloudflare.com - system.activationScripts = { - # FIX: command-not-found database doesn't exist normally - # FIXME: activation script doesn't work properly, and frequently errors - # channels-update.text = "${pkgs.nix}/bin/nix-channel --update"; - }; - # Reenable when CI and a binary cache is setup #environment.noXlibs = lib.mkDefault (!config.info.graphical);