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 ++++++++++ home-config/deploy-flag | 0 modules/ryan-config/deploy-templates/HostTemplate | 19 +++++++++++++++++ .../ryan-config/deploy-templates/HostTemplate.scm | 19 ----------------- .../deploy-templates/HostTemplateEncrypted | 24 ++++++++++++++++++++++ .../deploy-templates/HostTemplateEncrypted.scm | 24 ---------------------- 6 files changed, 54 insertions(+), 43 deletions(-) create mode 100644 home-config/deploy-flag create mode 100644 modules/ryan-config/deploy-templates/HostTemplate delete mode 100644 modules/ryan-config/deploy-templates/HostTemplate.scm create mode 100644 modules/ryan-config/deploy-templates/HostTemplateEncrypted delete mode 100644 modules/ryan-config/deploy-templates/HostTemplateEncrypted.scm 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 <