mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-03-17 19:41:26 -04:00
no docker only podman
This commit is contained in:
parent
c15020524d
commit
c3170b5798
2 changed files with 14 additions and 1 deletions
|
|
@ -36,9 +36,9 @@
|
|||
"hosts/common/optional/bluetooth.nix"
|
||||
"hosts/common/optional/pentesting.nix"
|
||||
"hosts/common/optional/gaming.nix"
|
||||
"hosts/common/optional/podman.nix"
|
||||
"hosts/common/optional/vbox.nix"
|
||||
"hosts/common/optional/printing.nix"
|
||||
"hosts/common/optional/docker.nix"
|
||||
"modules/services/ollama"
|
||||
"modules/services/jellyfin"
|
||||
"modules/services/mesh/client.nix"
|
||||
|
|
@ -79,4 +79,11 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
linux-wallpaperengine
|
||||
];
|
||||
|
||||
services.hydra = {
|
||||
enable = true;
|
||||
hydraURL = "http://localhost:3000";
|
||||
notificationSender = "hydra@localhost";
|
||||
useSubstitutes = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue