From a3a44f9054c186ed519bd01bcf184094fa6aa139 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Fri, 15 Sep 2023 17:00:17 -0400 Subject: some deploy.sh changes --- deploy.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'deploy.sh') 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 <