mirror of
https://github.com/NixOS/nix.git
synced 2025-02-18 01:43:17 +00:00
14 lines
252 B
Bash
14 lines
252 B
Bash
source common.sh
|
|
|
|
enableFeatures "daemon-trust-override"
|
|
|
|
restartDaemon
|
|
|
|
# Remote doesn't trust us
|
|
file=build-hook.nix
|
|
prog=$(readlink -e ./nix-daemon-untrusting.sh)
|
|
proto=ssh-ng
|
|
|
|
source build-remote-trustless.sh
|
|
source build-remote-trustless-after.sh
|