home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 5431187749aa751ca82a52fe5e5c2a334b5de26f
parent 04b02653abbf18c361615495619b911e1253b752
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon,  7 Dec 2020 11:25:49 +0100

flake: add containerd and buildkit modules

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mflake.nix | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/flake.nix b/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