global/general: remove redundant nix-channel activation script

This commit is contained in:
Infinidoge 2024-05-05 04:57:59 -04:00
parent 1195464340
commit eaecb1f85b
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -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);