From cc78c2915fa7c07fd838f7532924f2f434aecffd Mon Sep 17 00:00:00 2001 From: Alexander Tomokhov Date: Thu, 28 Dec 2023 02:07:46 +0400 Subject: [PATCH] remove channel option value from syustem.autoUpgrade --- configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 3f575b3..e91b7f6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -86,7 +86,6 @@ system.autoUpgrade = { enable = config.selfprivacy.autoUpgrade.enable; allowReboot = config.selfprivacy.autoUpgrade.allowReboot; - channel = "https://channel.selfprivacy.org/nixos-selfpricacy"; }; nix = { channel.enable = false;