diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-10-31 10:57:57 +0100 |
---|---|---|
committer | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-10-31 10:57:57 +0100 |
commit | 39eb720d69f035cd71b4b7aade8914bb75d5e684 (patch) | |
tree | 7c742271959cc1e92007ac195fbd95b9b5f8b269 | |
parent | 2cb82eb6244bdc7e7ac98d296a87023a33f0fe5b (diff) |
System configuration: break out marek-comment
-rw-r--r-- | system-configuration.scm | 5 |
1 files changed, 4 insertions, 1 deletions
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" |