mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
e95db8f2b9
And only enable in the tests that need it. This makes it less of a sledgehammer.
13 lines
252 B
Bash
13 lines
252 B
Bash
source common.sh
|
|
|
|
enableFeatures "daemon-trust-override"
|
|
|
|
restartDaemon
|
|
|
|
# Remote doesn't trust us
|
|
file=build-hook.nix
|
|
prog=$(readlink -e ./nix-daemon-untrusting.sh)
|
|
proto=ssh-ng
|
|
|
|
source build-remote-trustless.sh
|
|
source build-remote-trustless-after.sh
|