Update configuration-template.nix
This commit is contained in:
parent
cb97153b3c
commit
0d8f3e98e9
1 changed files with 7 additions and 7 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
# configuration-template.nix
|
# configuration-template.nix
|
||||||
###############################################################################################################
|
####################################################################################################################################################################
|
||||||
## IMPORTANT: On a fresh NixOS install, run this command first: ##
|
## 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: ##
|
## Then copy this file to /etc/nixos/configuration.nix and run: ##
|
||||||
## sudo nixos-rebuild switch ##
|
## sudo nixos-rebuild switch ##
|
||||||
###############################################################################################################
|
####################################################################################################################################################################
|
||||||
|
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
let
|
let
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue