rekahsoft: Fix missing module import in 3433ea0

This commit is contained in:
Collin J. Doering 2023-03-12 15:58:00 -04:00
parent 3433ea0c57
commit 0ad27290f8
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#:use-module (gnu)
#:use-module (gnu system)
#:use-module (gnu packages shells)
#:use-module (gnu packages databases)
#:use-module (gnu services databases)
#:use-module (rekahsoft guix-config proxmox-vm-legacy)
#:export (%system))