From ff0c3a2532b00b6aa73ce3e98708aa7c6185f430 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sat, 25 May 2024 17:59:22 +0200 Subject: abstract away complexity in ayase marek-account --- systems/ayase/system-configuration.scm | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'systems/ayase') diff --git a/systems/ayase/system-configuration.scm b/systems/ayase/system-configuration.scm index 01d7711..4a43d91 100644 --- a/systems/ayase/system-configuration.scm +++ b/systems/ayase/system-configuration.scm @@ -9,6 +9,12 @@ (define bootloader-targets (list "/boot/efi")) +(define marek-groups + (list "wheel" + "netdev" + "audio" + "video")) + (define root-filesystem-device (uuid "615a98cd-a632-4ee5-a6f4-e5ebcaa6fb8c")) @@ -29,10 +35,7 @@ (comment "Marek Paśnikowski") (group "users") (home-directory "/home/marek") - (supplementary-groups (list "wheel" - "netdev" - "audio" - "video")))) + (supplementary-groups marek-groups))) (define root-partition (file-system (mount-point "/") -- cgit v1.2.3