From 2cdb98e898859b10a4600e0a6f51f3195934fc81 Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Thu, 12 Dec 2024 12:25:34 +0000 Subject: [PATCH] nixos/common: Disable channels --- nixos/modules/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/common.nix b/nixos/modules/common.nix index c432fbf..8e856cf 100644 --- a/nixos/modules/common.nix +++ b/nixos/modules/common.nix @@ -40,6 +40,7 @@ in nix = { package = pkgs'.mine.nix; + channel.enable = false; settings = with lib.my.c.nix; { trusted-users = [ "@wheel" ]; experimental-features = [ "nix-command" "flakes" "ca-derivations" ];