diff --git a/deploy.sh b/deploy.sh index 80bd40f..7f14eff 100755 --- a/deploy.sh +++ b/deploy.sh @@ -79,8 +79,19 @@ install_user_env() { mount --rbind /dev /mnt/dev # chroot into system and run commands + # First copy the file + cp ~/guix-dotfiles/$install_hostname /mnt/$install_hostname.scm USER=ryan chroot /mnt <