This commit is contained in:
TheWanderingCrow 2025-07-29 16:16:20 -04:00
parent 93c6689c86
commit 992f88bb55
3 changed files with 7 additions and 0 deletions

View file

@ -30,6 +30,7 @@ in {
screen screen
ouch ouch
bitwarden-cli bitwarden-cli
aider-chat-full
; ;
}; };

View file

@ -0,0 +1,5 @@
{pkgs, ...}: {
virtualisation.docker = {
enable = true;
};
}

View file

@ -36,6 +36,7 @@
"hosts/common/optional/pentesting.nix" "hosts/common/optional/pentesting.nix"
"hosts/common/optional/gaming.nix" "hosts/common/optional/gaming.nix"
"hosts/common/optional/vbox.nix" "hosts/common/optional/vbox.nix"
"hosts/common/optional/docker.nix"
"modules/services/ollama" "modules/services/ollama"
]) ])
]; ];