Skip to content

Commit

Permalink
systems: Remove -E from sudo call
Browse files Browse the repository at this point in the history
  • Loading branch information
SeerLite committed Feb 9, 2023
1 parent 7ed5195 commit 1279889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Systems.org
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1279889

Please sign in to comment.