might not be needed
This commit is contained in:
parent
58167ac4fd
commit
eeb4955f3f
1 changed files with 6 additions and 5 deletions
11
install.sh
11
install.sh
|
@ -133,11 +133,12 @@ partition_disk() {
|
|||
}
|
||||
|
||||
install() {
|
||||
sudo sh -c '\
|
||||
eval "$(ssh-agent -s)";\
|
||||
ssh-add "/root/.ssh/*.pub";\
|
||||
nixos-install --no-root-passwd --flake ".#$DOTNIX_HOSTNAME";\
|
||||
'
|
||||
# sudo sh -c '\
|
||||
# eval "$(ssh-agent -s)";\
|
||||
# ssh-add "/root/.ssh/*.pub";\
|
||||
# nixos-install --no-root-passwd --flake ".#$DOTNIX_HOSTNAME";\
|
||||
# '
|
||||
sudo nixos-install --no-root-passwd --flake ".#$DOTNIX_HOSTNAME"
|
||||
}
|
||||
|
||||
copy_files_to_new_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue