Update configuration-template.nix

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

View file

@ -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, ... }: