From bac54061997e222fd43273e61ed3ba2641c29fd4 Mon Sep 17 00:00:00 2001 From: Phorcys <57866459+phorcys420@users.noreply.github.com> Date: Thu, 14 Mar 2024 21:34:27 +0100 Subject: [PATCH] chore(dotfiles): clarify README to reflect that you can use any user 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 ef6b058..eef41f7 100644 --- a/dotfiles/README.md +++ b/dotfiles/README.md @@ -35,7 +35,7 @@ module "dotfiles" { } ``` -### Apply dotfiles as root (only works if sudo is passwordless) +### Apply dotfiles as another user (only works if sudo is passwordless) ```tf module "dotfiles" {