diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm index cbe0081382..6d6a20cf57 100644 --- a/gnu/system/hurd.scm +++ b/gnu/system/hurd.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2020-2023 Ludovic Courtès +;;; Copyright © 2020-2024 Ludovic Courtès ;;; Copyright © 2020, 2023 Janneke Nieuwenhuizen ;;; ;;; This file is part of GNU Guix. @@ -132,4 +132,5 @@ (locale-libcs (list glibc/hurd)) (name-service-switch #f) (essential-services (hurd-default-essential-services this-operating-system)) + (privileged-programs '()) (setuid-programs %setuid-programs/hurd)))