summaryrefslogtreecommitdiff
path: root/suweren/update.scm
diff options
context:
space:
mode:
Diffstat (limited to 'suweren/update.scm')
-rw-r--r--suweren/update.scm4
1 files changed, 2 insertions, 2 deletions
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