From 9415facde70c0e02af6ff57c3ebfe2d6b7af385e Mon Sep 17 00:00:00 2001 From: Mel Date: Tue, 31 Dec 2024 17:03:56 +0100 Subject: Add basic declarative Incus prototype module from other project Signed-off-by: Mel --- modules/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/default.nix') diff --git a/modules/default.nix b/modules/default.nix index 04618ac..5599639 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -1,4 +1,7 @@ { ... }: { + imports = [ + ./incus.nix + ]; } -- cgit 1.4.1