diff --git a/flake.nix b/flake.nix index a6f8075..819cf12 100644 --- a/flake.nix +++ b/flake.nix @@ -69,7 +69,14 @@ ]; }; - #kitt = import ./machines/kitt.nix; + kitt = { + imports = [ + ./machines/kitt.nix + # for the docker + arion.nixosModules.arion + ]; + }; + }; };