1
Fork 0
This commit is contained in:
caem 2025-01-19 23:55:19 +01:00
parent fc3bea207b
commit 6ec88cfd04
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -133,6 +133,8 @@ partition_disk() {
}
install() {
sudo sh -c 'eval "$(ssh-agent -s)"'
sudo ssh-add "/root/.ssh/*.pub"
sudo nixos-install --no-root-passwd --flake ".#$DOTNIX_HOSTNAME"
}