nixos/modules/system/services/default.nix
Florian RICHER f1fb5f4eba
All checks were successful
check / check (push) Successful in 33s
monado: First work
2025-07-19 19:51:59 +02:00

11 lines
No EOL
121 B
Nix

{ ... }:
{
imports = [
./distrobox.nix
./docker.nix
./monado.nix
./ollama.nix
./openssh.nix
];
}