From 30cc145d860ecec89dbbad1a0c0e2b89dd1bb7ec Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sun, 29 Sep 2024 15:31:49 +0200 Subject: refactor(akashi): use %sudoers-specification* --- systems/akashi.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/systems/akashi.scm b/systems/akashi.scm index 7daa090..88a3b9e 100644 --- a/systems/akashi.scm +++ b/systems/akashi.scm @@ -35,6 +35,7 @@ (gnu services guix) (machines thinkpad-x200) (nongnu packages linux) + (suweren commons sudoers) (suweren system) (users id1000)) (let* ((patter-placeholder #f) @@ -49,7 +50,8 @@ (swap-devices (swap-devices* host-name*)) (users (users)) (timezone timezone*) - (services (services))))) + (services (services)) + (sudoers-file %sudoers-specification*)))) (define-public operating-system* (operating-system*)) -- cgit v1.2.3