From a3a44f9054c186ed519bd01bcf184094fa6aa139 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Fri, 15 Sep 2023 17:00:17 -0400 Subject: [PATCH] some deploy.sh changes --- deploy.sh | 11 +++++++++++ home-config/deploy-flag | 0 .../{HostTemplate.scm => HostTemplate} | 0 ...ostTemplateEncrypted.scm => HostTemplateEncrypted} | 0 4 files changed, 11 insertions(+) create mode 100644 home-config/deploy-flag rename modules/ryan-config/deploy-templates/{HostTemplate.scm => HostTemplate} (100%) rename modules/ryan-config/deploy-templates/{HostTemplateEncrypted.scm => HostTemplateEncrypted} (100%) 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 <