diff --git a/nixos-apps/git.ewanick.com.nix b/nixos-apps/git.ewanick.com.nix index b966706..4b4b827 100644 --- a/nixos-apps/git.ewanick.com.nix +++ b/nixos-apps/git.ewanick.com.nix @@ -39,6 +39,7 @@ in wget ]; labels = [ + "debian-latest:docker://node:23-bookworm" "native:host" ]; }; @@ -54,6 +55,8 @@ in }; }; }; + + virtualisation.docker.enable = true; }