diff options
author | EuAndreh <eu@euandre.org> | 2020-02-03 20:41:47 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-02-03 20:41:47 -0300 |
commit | 9cbcb624a12887381b485a55681e624497425fff (patch) | |
tree | 9ec69316340fc3192e8563599a817c37e8ba4f16 /site/posts | |
parent | TODOs.org (diff) | |
download | euandre.org-9cbcb624a12887381b485a55681e624497425fff.tar.gz euandre.org-9cbcb624a12887381b485a55681e624497425fff.tar.xz |
Add code metadata annotation
Diffstat (limited to '')
-rw-r--r-- | site/posts/2018-07-17-running-guix-on-nixos.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/posts/2018-07-17-running-guix-on-nixos.org b/site/posts/2018-07-17-running-guix-on-nixos.org index 9c3b2ce..d28b8d2 100644 --- a/site/posts/2018-07-17-running-guix-on-nixos.org +++ b/site/posts/2018-07-17-running-guix-on-nixos.org @@ -20,7 +20,7 @@ do done #+END_SRC However, In my personal NixOS I have disabled [[https://nixos.org/nixos/manual/index.html#sec-user-management][=users.mutableUsers=]], which means that even if I run the above command it means that they'll be removed once I rebuild my OS: -#+BEGIN_SRC +#+BEGIN_SRC shell -n $ sudo nixos-rebuild switch (...) removing user ‘guixbuilder7’ |