nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit aa7aeb6135dac5360847b22ae745261446baddc0
parent b639af4913fb17afd2dbbceb96737f0ec41a8d5a
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Tue, 16 Jun 2026 11:03:55 +0100

Latest channel number

Diffstat:
Mreadme.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/readme.md b/readme.md @@ -31,7 +31,7 @@ sudo e2label /dev/sda2 NIXROOT All `system.stateVersion` are defined at time of install. To upgrade a system, change the channel: ``` sudo nix-channel --list -sudo nix-channel --add https://nixos.org/channels/nixos-25.11 nixos +sudo nix-channel --add https://nixos.org/channels/nixos-26.05 nixos sudo nix-channel --update ``` The home-manager version is defined in `common/home-manager.nix`.