From a76a0aed09ff46c63be197657f170261d0065dc1 Mon Sep 17 00:00:00 2001 From: Chloe Brown Date: Sat, 15 Jan 2022 14:39:35 +0000 Subject: services: pam-mount: fix module name --- yellowsquid/services/pam-mount.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yellowsquid/services/pam-mount.scm b/yellowsquid/services/pam-mount.scm index c6b9a75..b6aeb1d 100644 --- a/yellowsquid/services/pam-mount.scm +++ b/yellowsquid/services/pam-mount.scm @@ -16,7 +16,7 @@ ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . -(define-module (gnu services pam-mount) +(define-module (yellowsquid services pam-mount) #:use-module (gnu packages admin) #:use-module (gnu services) #:use-module (gnu services configuration) -- cgit v1.2.3