feat(nix): allow remote building

This commit is contained in:
Updater 2023-12-20 03:47:22 -05:00
parent c7558cd6ef
commit ace3811a0b

View file

@ -32,6 +32,9 @@
keep-derivations = true;
auto-optimise-store = true;
warn-dirty = false;
# remote building
trusted-users = ["matt"];
};
};