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