mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2025-08-08 20:44:33 +02:00
fix: style
This commit is contained in:
@ -15,8 +15,8 @@ Let me briefly guide you through using colmena or `nixos-rebuild` for remote dep
|
||||
Before embarking on remote deployment, a few preparatory steps are necessary:
|
||||
|
||||
1. To prevent remote host's sudo password verification failure, choose one of the following methods:
|
||||
1. Deploy as the remote host's `root` user.
|
||||
2. Add `security.sudo.wheelNeedsPassword = false;` to the remote host's configuration and manually deploy once in advance to grant the user passwordless sudo permissions..
|
||||
1. Deploy as the remote host's `root` user.
|
||||
2. Add `security.sudo.wheelNeedsPassword = false;` to the remote host's configuration and manually deploy once in advance to grant the user passwordless sudo permissions..
|
||||
2. Configure SSH public key authentication for the remote hosts.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user