From 6edbec55c8ce28f3799f0a2fce4d960c300f2d37 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 17 Jun 2024 12:00:43 +0200 Subject: abstract away host and user name from the update aliases --- suweren/update.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'suweren') diff --git a/suweren/update.scm b/suweren/update.scm index edaa6d8..7c1ec35 100644 --- a/suweren/update.scm +++ b/suweren/update.scm @@ -9,10 +9,10 @@ (pull-guix "guix pull ") (reconfigure-home (string-append "guix home delete-generations 7d ; " "guix home reconfigure -e " - "'(@ (users marekpasnikowski) home)' ")) + "'(@ (users $USER) home)' ")) (reconfigure-system (string-append "sudo guix system delete-generations 7d ; " "sudo guix system reconfigure -e " - "'(@ (systems ayase system-configuration) ayase)' ")) + "'(@ (systems $HOSTNAME system-configuration) $HOSTNAME)' ")) (reupdate-system (string-append pull-guix allow-downgrades -- cgit v1.2.3