From 1279889d7838a1bcba410fc5627fffdfcf89c9c4 Mon Sep 17 00:00:00 2001 From: SeerLite Date: Sun, 6 Mar 2022 11:53:45 -0300 Subject: [PATCH] systems: Remove -E from sudo call --- Systems.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Systems.org b/Systems.org index d912960d..f6cc580b 100644 --- a/Systems.org +++ b/Systems.org @@ -111,7 +111,7 @@ Any configuration that derives from =base-operating-system= must invoke =guix sy #+begin_src sh -sudo -E guix system -L ~/.dotfiles/.config/guix/systems reconfigure ~/.dotfiles/.config/guix/systems/davinci.scm +sudo guix system -L ~/.dotfiles/.config/guix/systems reconfigure ~/.dotfiles/.config/guix/systems/davinci.scm #+end_src