1
Fork 0

might not be needed

This commit is contained in:
caem 2025-01-20 00:00:19 +01:00
parent 58167ac4fd
commit eeb4955f3f
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -133,11 +133,12 @@ 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";\
' # '
sudo nixos-install --no-root-passwd --flake ".#$DOTNIX_HOSTNAME"
} }
copy_files_to_new_install() { copy_files_to_new_install() {