summaryrefslogtreecommitdiff
path: root/suweren
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-07-29 18:44:22 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-07-29 18:44:22 +0200
commitd1c097ae899c2966b97c01a6023542835961cd0c (patch)
tree938127c031da2742c5fcbec02161881d5df902e1 /suweren
parente72413b77c2aee35ec362a17d1c040bc832ebc1f (diff)
refactor!(update): deconflict system definition location
Diffstat (limited to 'suweren')
-rw-r--r--suweren/update.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/suweren/update.scm b/suweren/update.scm
index 8da35ad..9b2376b 100644
--- a/suweren/update.scm
+++ b/suweren/update.scm
@@ -43,7 +43,7 @@
(define (system-definition host-name*)
(string-append "'(@ (systems "
host-name*
- " system-configuration) "
+ ") "
host-name*
")'"))