mirror of https://codeberg.org/anemofilia/zero
operating-systems: buer: Fix module import, since it's name has changed
parent
5a3ddf0fa5
commit
ff54911dcd
|
@ -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:)
|
||||
|
|
Loading…
Reference in New Issue