Files
dotfiles/nixos/tako/services/default.nix
uttarayan21 2347c002d8
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
feat: Remove the game servers
2025-12-05 01:44:05 +05:30

32 lines
510 B
Nix

{...}: {
imports = [
# ./games
# ./headscale.nix
# ./llama.nix
# ./monitoring.nix
# ./paperless.nix
./shitpost.nix
./atuin.nix
./authelia.nix
./caddy.nix
./excalidraw.nix
./fail2ban.nix
./flaresolverr.nix
./gitea.nix
./homepage.nix
./immich.nix
./lldap.nix
./nextcloud.nix
./openssh.nix
./prowlarr.nix
./resolved.nix
./searxng.nix
./tailscale.nix
];
services = {
nix-serve = {
enable = true;
};
};
}