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 --- modules/ryan-config/deploy-templates/HostTemplate.scm | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 modules/ryan-config/deploy-templates/HostTemplate.scm (limited to 'modules/ryan-config/deploy-templates/HostTemplate.scm') diff --git a/modules/ryan-config/deploy-templates/HostTemplate.scm b/modules/ryan-config/deploy-templates/HostTemplate.scm deleted file mode 100644 index 9718c51..0000000 --- a/modules/ryan-config/deploy-templates/HostTemplate.scm +++ /dev/null @@ -1,19 +0,0 @@ -(use-modules (ryan-config base-system) - (gnu)) - -(operating-system - (inherit base-operating-system) - (host-name "ChangeMe_HOST") - (file-systems (cons* (file-system - (mount-point "/") - (device (uuid "ChangeMe_ROOT" - 'ext4)) - (type "ext4")) - (file-system - (mount-point "/boot/efi") - (device (uuid "ChangeMe_BOOTEFI" - 'fat32)) - (type "vfat")) %base-file-systems)) - (swap-devices - (list - (swap-space (target (uuid "ChangeMe_SWAP")))))) -- cgit v1.2.3