Update configuration-template.nix

This commit is contained in:
ediblerope 2025-12-04 13:14:19 +00:00 committed by GitHub
parent cb97153b3c
commit 0d8f3e98e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ##
## 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