From 353e64abc90dec865e24cf1b693497df3c7dd568 Mon Sep 17 00:00:00 2001 From: bdunahu Date: Mon, 5 Jan 2026 01:18:51 -0700 Subject: guix util functions simply check machine hostname --- kolwynia/os/ymir/users.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kolwynia/os/ymir/users.scm') diff --git a/kolwynia/os/ymir/users.scm b/kolwynia/os/ymir/users.scm index a577998..c2fbd70 100644 --- a/kolwynia/os/ymir/users.scm +++ b/kolwynia/os/ymir/users.scm @@ -18,11 +18,11 @@ (group "users") (home-directory (string-append "/home/" bdunahu-str)) (supplementary-groups - (cons* "audio" - "dialout" - "netdev" - "video" - "wheel" - (garmr?* "kvm"))))) + (list "audio" + "dialout" + "netdev" + "video" + "wheel" + "kvm")))) ;;; users.scm ends here -- cgit v1.2.3