dotfiles/modules/nixos/services/default.nix

8 lines
100 B
Nix

{...}: {
imports = [
./lnxlink.nix
./beszel.nix
./ollama.nix
./traefik.nix
];
}