mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
18 lines
285 B
Bash
Executable File
18 lines
285 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
source common.sh
|
|
|
|
enableFeatures "daemon-trust-override"
|
|
|
|
TODO_NixOS
|
|
|
|
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
|