oopsie daisies
This commit is contained in:
parent
30f1cbcc34
commit
58167ac4fd
1 changed files with 3 additions and 3 deletions
|
@ -134,9 +134,9 @@ partition_disk() {
|
|||
|
||||
install() {
|
||||
sudo sh -c '\
|
||||
eval "$(ssh-agent -s)"\
|
||||
ssh-add "/root/.ssh/*.pub"\
|
||||
nixos-install --no-root-passwd --flake ".#$DOTNIX_HOSTNAME"\
|
||||
eval "$(ssh-agent -s)";\
|
||||
ssh-add "/root/.ssh/*.pub";\
|
||||
nixos-install --no-root-passwd --flake ".#$DOTNIX_HOSTNAME";\
|
||||
'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue