nixos/modules/system/server/default.nix

10 lines
No EOL
88 B
Nix

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