From 1dddfba03c8f4ac7fa1781f5aeb7906edf729951 Mon Sep 17 00:00:00 2001 From: Bitcoin Txoko <142011724+bitcointxoko@users.noreply.github.com> Date: Sun, 21 Jul 2024 11:18:07 +0200 Subject: [PATCH] Update nix-bitcoin-01.md --- en/nix-bitcoin-01.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/en/nix-bitcoin-01.md b/en/nix-bitcoin-01.md index a06b462..6666222 100644 --- a/en/nix-bitcoin-01.md +++ b/en/nix-bitcoin-01.md @@ -320,6 +320,8 @@ Then we can include it in our outputs. } ``` +Note: change `nix-bitcoin.operator.name` to your actual username. + Rebuild again with `sudo nixos-rebuild switch --flake .` Note: since we've enabled the secure node preset, we have disabled `sudo`. Use `doas` instead of `sudo` from now on. `doas` is a more secure alternative to `sudo`. [See more]()