summaryrefslogtreecommitdiff
path: root/hosts/ali/remote-builders/default.nix
diff options
context:
space:
mode:
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"];
+}