From b7f9acabc9e297661f88f267fdf937a7fe216223 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 31 Oct 2022 10:57:57 +0100 Subject: System configuration: break out marek-comment --- system-configuration.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/system-configuration.scm b/system-configuration.scm index 068bbd6..bc436d0 100644 --- a/system-configuration.scm +++ b/system-configuration.scm @@ -22,9 +22,12 @@ (define marek-name "marek") +(define marek-comment + "Marek Paśnikowski") + (define marek (user-account (name marek-name) - (comment "Marek Paśnikowski") + (comment marek-comment) (group "users") (home-directory "/home/marek") (supplementary-groups '("wheel" -- cgit v1.2.3