From 27ce8577ed853020cbd8c588ccd33407894e2930 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 9 May 2024 22:24:18 -0400 Subject: [PATCH] global/nix: disable channels --- modules/global/nix.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/global/nix.nix b/modules/global/nix.nix index 58095d7..2bce046 100644 --- a/modules/global/nix.nix +++ b/modules/global/nix.nix @@ -4,6 +4,8 @@ with lib; nix = { package = pkgs.nixVersions.latest; + channel.enable = false; + settings = { allowed-users = [ "*" ]; trusted-users = [ "root" "@wheel" "remotebuild" ];