From 5b72e3c563f6f97706eabe7b3aa1f2ab7d4a06da Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 5 Aug 2023 22:07:38 +0900 Subject: [PATCH] Comments --- modules/nixos.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/nixos.nix b/modules/nixos.nix index 3f5480f9..b2e593b4 100644 --- a/modules/nixos.nix +++ b/modules/nixos.nix @@ -7,7 +7,9 @@ autoUpgrade = { enable = true; allowReboot = false; - channel = https://channels.nixos.org/nixos-23.05; + # channel = https://channels.nixos.org/nixos-23.05; + # https://search.nixos.org/options?channel=unstable&show=system.autoUpgrade.flake&from=0&size=50&sort=relevance&type=packages&query=Autoupgrade + flake = "path:../../flake.nix" # Should be /etc/nixos/flake.nix }; };