forked from lix-project/lix
e95db8f2b9
And only enable in the tests that need it. This makes it less of a sledgehammer.
15 lines
335 B
Bash
15 lines
335 B
Bash
source common.sh
|
|
|
|
enableFeatures "daemon-trust-override"
|
|
|
|
restartDaemon
|
|
|
|
# Remote doesn't trusts us, but this is fine because we are only
|
|
# building (fixed) CA derivations.
|
|
file=build-hook-ca-fixed.nix
|
|
prog=$(readlink -e ./nix-daemon-untrusting.sh)
|
|
proto=ssh-ng
|
|
|
|
source build-remote-trustless.sh
|
|
source build-remote-trustless-after.sh
|