Fix for nix parser on install.org?
This commit is contained in:
@ -18,6 +18,8 @@ sudo nixos-generate-config --show-hardware-config > system/hardware-configuratio
|
|||||||
Also, if you have a differently named user account than my default (=emmet=), you /must/ update the following lines in the let binding near the top of the [[./flake.nix][flake.nix]]:
|
Also, if you have a differently named user account than my default (=emmet=), you /must/ update the following lines in the let binding near the top of the [[./flake.nix][flake.nix]]:
|
||||||
#+BEGIN_SRC nix :noeval
|
#+BEGIN_SRC nix :noeval
|
||||||
...
|
...
|
||||||
|
let
|
||||||
|
...
|
||||||
# ----- USER SETTINGS ----- #
|
# ----- USER SETTINGS ----- #
|
||||||
username = "YOURUSERNAME"; # username
|
username = "YOURUSERNAME"; # username
|
||||||
name = "YOURNAME"; # name/identifier
|
name = "YOURNAME"; # name/identifier
|
||||||
|
Reference in New Issue
Block a user