From 0586552b58b7c9ad49a4f5457e85c0a17467ab61 Mon Sep 17 00:00:00 2001
From: EuAndreh <eu@euandre.org>
Date: Sun, 2 Oct 2022 08:23:38 -0300
Subject: etc/guix/system.scm: Remove "Other Self" account

---
 etc/guix/system.scm | 19 ++++++-------------
 1 file changed, 6 insertions(+), 13 deletions(-)

(limited to 'etc')

diff --git a/etc/guix/system.scm b/etc/guix/system.scm
index 89c00ef..8072b4f 100644
--- a/etc/guix/system.scm
+++ b/etc/guix/system.scm
@@ -44,19 +44,12 @@
   (host-name "velhinho")
   (users
     (append
-     (let ((user-groups '("netdev" "audio" "video"))
-           (admin-groups '("wheel")))
-       (list
-        (user-account
-          (name "andreh")
-          (comment "EuAndreh")
-          (group "users")
-          (supplementary-groups (append admin-groups user-groups)))
-        (user-account
-          (name "other")
-          (comment "Other Self")
-          (group "users")
-          (supplementary-groups user-groups))))
+     (list
+      (user-account
+        (name "andreh")
+        (comment "EuAndreh")
+        (group "users")
+        (supplementary-groups '("netdev" "audio" "video" "wheel"))))
       %base-user-accounts))
   (packages
     (append
-- 
cgit v1.2.3