nixos/modules/system/services/default.nix
Florian RICHER c8d1f9f65a
All checks were successful
check / check (push) Successful in 34s
Refactor: Rename system.server -> system.services
Fix #6
2025-01-29 20:05:56 +01:00

10 lines
No EOL
88 B
Nix

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