nixos-config/configs/nixos/ni/modules/default.nix
Gabriel Arazas 7a06117ad4
Some checks failed
Build devcontainers / build-devcontainers (push) Has been cancelled
Cache outputs / build-custom-packages (push) Has been cancelled
Check flake outputs / check-outputs (push) Has been cancelled
Publish every Git push to master to FlakeHub / flakehub-publish (push) Has been cancelled
Build personalized bootstrap ISO / build-iso (x86_64-linux) (push) Has been cancelled
Build project site / build (push) Has been cancelled
Build project site / deploy (push) Has been cancelled
Update flake inputs / update (push) Has been cancelled
hosts/ni/services/dns-server: init
2025-01-01 16:26:59 +08:00

21 lines
475 B
Nix

# Only optional modules should be imported here.
{
imports = [
./hardware/qol.nix
./networking/setup.nix
./networking/wireguard.nix
./services/backup
./services/mail-archive.nix
./services/reverse-proxy.nix
./services/monitoring.nix
./services/download-media
./services/rss-reader
./services/dns-server
./services/penpot
./setups/desktop.nix
./setups/development.nix
./setups/gaming.nix
./setups/music.nix
];
}