From 886f7c790cd56356d9c85dbaf8910a5139b49337 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Wed, 2 Oct 2024 10:19:22 +0200 Subject: fix(ayase): localize module import for %base-use-accounts --- systems/ayase.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systems') diff --git a/systems/ayase.scm b/systems/ayase.scm index 055a27a..9281f8d 100644 --- a/systems/ayase.scm +++ b/systems/ayase.scm @@ -142,7 +142,7 @@ (define (users) (use-modules (gnu system accounts) (users id1000)) - (append %base-user-accounts + (append (@ (gnu system shadow) %base-user-accounts) (list uid1000-account))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -- cgit v1.2.3