mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-26 06:02:34 -05:00
ugh ddev
This commit is contained in:
parent
93c6689c86
commit
992f88bb55
3 changed files with 7 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ in {
|
||||||
screen
|
screen
|
||||||
ouch
|
ouch
|
||||||
bitwarden-cli
|
bitwarden-cli
|
||||||
|
aider-chat-full
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
5
hosts/common/optional/docker.nix
Normal file
5
hosts/common/optional/docker.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
virtualisation.docker = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -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"
|
||||||
])
|
])
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue