2020-08-12 05:47:36 +02:00
|
|
|
source common.sh
|
|
|
|
|
2023-04-17 15:35:43 +02:00
|
|
|
enableFeatures "daemon-trust-override"
|
|
|
|
|
|
|
|
restartDaemon
|
|
|
|
|
2023-04-07 17:13:23 +02:00
|
|
|
# Remote doesn't trust us
|
2020-08-12 05:47:36 +02:00
|
|
|
file=build-hook.nix
|
|
|
|
prog=$(readlink -e ./nix-daemon-untrusting.sh)
|
|
|
|
proto=ssh-ng
|
|
|
|
|
|
|
|
source build-remote-trustless.sh
|
2023-04-07 17:13:23 +02:00
|
|
|
source build-remote-trustless-after.sh
|