From 0d8f3e98e912052e704a82d315ae790c89f8f111 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Thu, 4 Dec 2025 13:14:19 +0000 Subject: [PATCH] Update configuration-template.nix --- configuration-template.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/configuration-template.nix b/configuration-template.nix index a9fd078..4b3b32a 100644 --- a/configuration-template.nix +++ b/configuration-template.nix @@ -1,11 +1,11 @@ # configuration-template.nix -############################################################################################################### -## IMPORTANT: On a fresh NixOS install, run this command first: ## -## sudo nix-channel --add https://nixos.org/channels/nixos-unstable nixos && sudo nix-channel --update ## -## ## -## Then copy this file to /etc/nixos/configuration.nix and run: ## -## sudo nixos-rebuild switch ## -############################################################################################################### +#################################################################################################################################################################### +## IMPORTANT: On a fresh NixOS install, run this command first: ## +## nix-shell -p git --run "sudo nix-channel --add https://nixos.org/channels/nixos-unstable nixos && sudo nix-channel --update && sudo nixos-rebuild switch" ## +## ## +## Then copy this file to /etc/nixos/configuration.nix and run: ## +## sudo nixos-rebuild switch ## +#################################################################################################################################################################### { config, pkgs, lib, ... }: let