From a1cde07e8dc53aebc5eb8cc16c5524bc3d142680 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Tue, 1 Oct 2024 00:57:41 +0200 Subject: refactor(id1000): use the correct module for user-account --- systems/ayase.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systems/ayase.scm') diff --git a/systems/ayase.scm b/systems/ayase.scm index 0d7d086..055a27a 100644 --- a/systems/ayase.scm +++ b/systems/ayase.scm @@ -140,7 +140,7 @@ (swap-label "-2")) (define (users) - (use-modules (gnu system shadow) + (use-modules (gnu system accounts) (users id1000)) (append %base-user-accounts (list uid1000-account))) -- cgit v1.2.3