mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 00:36:20 +02:00
cbc4344297
Co-authored-by: Matthew Bauer <mjbauer95@gmail.com>
10 lines
266 B
Bash
10 lines
266 B
Bash
source common.sh
|
|
|
|
# We act as if remote trusts us, but it doesn't. This is fine because we
|
|
# are only building (fixed) CA derivations.
|
|
file=build-hook-ca.nix
|
|
prog=$(readlink -e ./nix-daemon-untrusting.sh)
|
|
proto=ssh-ng
|
|
trusting=true
|
|
|
|
source build-remote-trustless.sh
|