blob: df01a3468306641c945ac7f80b89478c0c6f7643 (
plain)
1
2
3
4
5
6
7
8
|
#! /bin/sh
# usage: cat infest-nixos-install.sh | ./cac ssh ...
set -euf
nixos-install \
-I secrets=/etc/nixos/secrets \
-I retiolum-hosts=/etc/nixos/hosts \
-I pubkeys=/etc/nixos/pubkeys \
-I nixpkgs=/etc/nixos/nixpkgs
|