mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Fix for nix parser on install.org?
This commit is contained in:
parent
9c91bcc328
commit
c79e9d0dc1
|
@ -17,6 +17,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
|
||||||
|
|
Loading…
Reference in a new issue