summaryrefslogtreecommitdiff
path: root/hosts/ali/remote-builders/default.nix
blob: d9e4e4678e209947a50af5f1c8ee1b11b7335575 (plain)
1
2
3
4
5
6
7
8
9
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"];
}