summaryrefslogtreecommitdiff
path: root/guix-strap
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-06-21 14:11:32 -0400
committerFreya Murphy <freya@freyacat.org>2024-06-21 14:11:32 -0400
commitec91773b25ee8bd7c3e36031ec0970e7bc30c6bd (patch)
tree5ebe7612005cb2e020a57f1a3dacbb332fb86638 /guix-strap
parentmispelling of UUID from UUId (diff)
downloaddotfiles-guix-ec91773b25ee8bd7c3e36031ec0970e7bc30c6bd.tar.gz
dotfiles-guix-ec91773b25ee8bd7c3e36031ec0970e7bc30c6bd.tar.bz2
dotfiles-guix-ec91773b25ee8bd7c3e36031ec0970e7bc30c6bd.zip
update kaworu and start dotfiles update
Diffstat (limited to 'guix-strap')
-rwxr-xr-xguix-strap/guix-install4
-rwxr-xr-xguix-strap/guix-password2
2 files changed, 3 insertions, 3 deletions
diff --git a/guix-strap/guix-install b/guix-strap/guix-install
index fbfb19a..3b3cb14 100755
--- a/guix-strap/guix-install
+++ b/guix-strap/guix-install
@@ -15,8 +15,8 @@ guix time-machine -C ../channels.scm -- system -L ../modules --substitute-urls='
EVENT "Installing User Environment"
-USER=tylerm
-guix shell git -- git clone https://g.tylerm.dev/tylerm/dotfiles /mnt/home/$USER/.config/guix
+USER=freya
+guix shell git -- git clone https://g.freya.cat/freya/dotfiles /mnt/home/$USER/.config/guix
cp ../$HOSTNAME.scm /mnt/home/$USER/.config/guix/$HOSTNAME.scm
cp ./guix-setup-user /mnt/home/$USER/.zprofile
diff --git a/guix-strap/guix-password b/guix-strap/guix-password
index 008ad14..a39c566 100755
--- a/guix-strap/guix-password
+++ b/guix-strap/guix-password
@@ -43,7 +43,7 @@ cat << EOF | chroot /mnt
passwd
$ROOT_PASSWORD
$ROOT_PASSWORD
-passwd tylerm
+passwd freya
$USER_PASSWORD
$USER_PASSWORD
EOF