1
Fork 0

oopsie daisies

This commit is contained in:
caem 2025-01-19 23:58:38 +01:00
parent 30f1cbcc34
commit 58167ac4fd
Signed by: caem
GPG key ID: 69A830D03203405F

View file

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