operating-systems: buer: Fix module import, since it's name has changed

impermanence
Luis Guilherme Coelho 2024-03-09 11:04:18 -03:00
parent 5a3ddf0fa5
commit ff54911dcd
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,6 @@
#|Radix|#
#|A|# #:use-module (radix artwork)
#|C|# #:use-module (radix combinators)
#|S|# #:use-module (radix secrets)
#|U|# #:use-module (radix utils)
#|Radix packages|#
@ -56,6 +55,9 @@
#|M|# #:use-module (radix system monitoring)
#|Buer|#
#|S|# #:use-module (buer secrets)
#|Buer files|#
#|S|# #:use-module ((buer files substitute-keys) #:prefix substitute-key:)
#:use-module ((buer files ssh-keys) #:prefix ssh-key:)