Commit 5431187749aa

Vincent Demeester <vincent@sbr.pm>
2020-12-07 11:25:49
flake: add containerd and buildkit modules
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 04b0265
Changed files (1)
flake.nix
@@ -119,7 +119,11 @@
 
       # Import the modules exported by this flake.
       # containerd, buildkit are interesting module to export from here
-      nixosModules = { };
+      nixosModules = {
+        # FIXME move this to services
+        containerd = import ./systems/modules/virtualisation/containerd.nix;
+        buildkit = import ./systems/modules/virtualisation/buildkit.nix;
+      };
 
       # Expose a dev shell which contains tools for working on this repository.
       devShell = forEachSystem