aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/package.lisp b/src/package.lisp
index ca6605f..9658041 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -544,6 +544,15 @@
#:mailname-configured
#:search-configured))
+(defpackage :consfigurator.property.libvirt
+ (:use #:cl #:consfigurator)
+ (:local-nicknames (#:os #:consfigurator.property.os)
+ (#:file #:consfigurator.property.file)
+ (#:apt #:consfigurator.property.apt))
+ (:export #:installed
+ #:default-network-started
+ #:default-network-autostarted))
+
(defpackage :consfigurator.connection.local
(:use #:cl #:consfigurator #:alexandria)
(:export #:local-connection))