summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-10-07 17:57:08 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-10-07 17:57:08 -0400
commitcfacd559dced9cd24a2b6c63bd8b646b375b40b0 (patch)
treead4295c8b7fe9db3a8a7d6a0703e1d111eaf3983
parentguix strap done (hopefully) (diff)
downloaddotfiles-guix-cfacd559dced9cd24a2b6c63bd8b646b375b40b0.tar.gz
dotfiles-guix-cfacd559dced9cd24a2b6c63bd8b646b375b40b0.tar.bz2
dotfiles-guix-cfacd559dced9cd24a2b6c63bd8b646b375b40b0.zip
mispelling of UUID from UUId
-rwxr-xr-xguix-strap/guix-configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-strap/guix-configure b/guix-strap/guix-configure
index f8a3cb6..b96c3c1 100755
--- a/guix-strap/guix-configure
+++ b/guix-strap/guix-configure
@@ -36,7 +36,7 @@ EVENT "Hostname set to '$HOSTNAME'"
EVENT "Generating system config file"
cp system.scm "$HOSTNAME.scm"
-sed -i "s/SED_CRYPT_UUID/$CRYPT_UUId/" ./$HOSTNAME.scm
+sed -i "s/SED_CRYPT_UUID/$CRYPT_UUID/" ./$HOSTNAME.scm
sed -i "s/SED_EFI_UUID/$EFI_UUID/" ./$HOSTNAME.scm
sed -i "s/SED_HOSTNAME/$HOSTNAME/" ./$HOSTNAME.scm