aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.org b/README.org
index 758eea4..4a693e7 100644
--- a/README.org
+++ b/README.org
@@ -111,3 +111,10 @@ networking.firewall.allowedUDPPorts = [ 51871 ];
#+end_src
* Backups
Backups are done with =restic= and are stored on the local machine, and they are then synchronized to the NAS.
+* Runbooks
+** Remote builders
+*** Clients
+On the clients, you can run =nix config show builders= to see the list of the remote builders.
+If a client is failing to run builds remotely due to some ssh errors, you can run the following command: =sudo ssh -o 'IdentityAgent none' -i PRIVATE_KEY USER@HOST true=. We need to use =sudo= since the nix daemon runs as root.
+*** Builders
+On the builders, you can run =nix config show allowed-users= to see the list of users who can trigger nix builds.