From f44947fc2debf6a74cc66d330aac462ed890b87f Mon Sep 17 00:00:00 2001 From: Phorcys <57866459+phorcys420@users.noreply.github.com> Date: Thu, 14 Mar 2024 21:35:54 +0100 Subject: [PATCH] chore(dotfiles): clarify README to reflect that root isn't the only other user available Co-authored-by: Mathias Fredriksson --- dotfiles/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/README.md b/dotfiles/README.md index eef41f7..b5d96c1 100644 --- a/dotfiles/README.md +++ b/dotfiles/README.md @@ -46,7 +46,7 @@ module "dotfiles" { } ``` -### Apply dotfiles as the current user and root (only works if sudo is passwordless) +### Apply the same dotfiles as the current user and root (the root dotfiles can only be applied if sudo is passwordless) ```tf module "dotfiles" {