From 6b30ce6b0171e59f42f3047201496d576c4ae4c6 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Thu, 4 Dec 2025 13:15:53 +0000 Subject: [PATCH] Update configuration-template.nix --- configuration-template.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/configuration-template.nix b/configuration-template.nix index 4b3b32a..19dfb24 100644 --- a/configuration-template.nix +++ b/configuration-template.nix @@ -3,8 +3,6 @@ ## 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, ... }: