diff options
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’ |