summaryrefslogtreecommitdiff
path: root/hosts/ali/remote-builders/default.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2025-03-27 19:29:17 +0000
committerLinnnus <[email protected]>2025-04-04 13:05:23 +0000
commit1c7fcddb45ca5bd474bfc438986617c1d2696c67 (patch)
tree063c0f278e8edf38b9eec7f40cc6be78ac22b47f /hosts/ali/remote-builders/default.nix
parentff55b7f004704f2c43f02447ec57b680f2339a95 (diff)
ali: Add ahmed as remote builder
Diffstat (limited to 'hosts/ali/remote-builders/default.nix')
-rw-r--r--hosts/ali/remote-builders/default.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/hosts/ali/remote-builders/default.nix b/hosts/ali/remote-builders/default.nix
new file mode 100644
index 0000000..d9e4e46
--- /dev/null
+++ b/hosts/ali/remote-builders/default.nix
@@ -0,0 +1,10 @@
+{
+ imports = [
+ ./ahmed-builder.nix
+ ];
+
+ # Our interactive user must be trusted in order to use remote builders. I
+ # guess this is because otherwise an untrusted user could use their own
+ # remote builder to replace arbitrary store files...
+ nix.settings.trusted-users = ["linus"];
+}