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 trusts us, but this is fine because we are only
|
|
|
|
# building (fixed) CA derivations.
|
2021-02-27 03:53:22 +00:00
|
|
|
file=build-hook-ca-fixed.nix
|
2020-08-12 03:47:36 +00:00
|
|
|
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
|