mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Fix for nix parser on install.org?
This commit is contained in:
parent
9c91bcc328
commit
c79e9d0dc1
|
@ -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]]:
|
||||
#+BEGIN_SRC nix :noeval
|
||||
...
|
||||
let
|
||||
...
|
||||
# ----- USER SETTINGS ----- #
|
||||
username = "YOURUSERNAME"; # username
|
||||
name = "YOURNAME"; # name/identifier
|
||||
|
|
Loading…
Reference in a new issue