mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
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
21 lines
475 B
Nix
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
|
|
];
|
|
}
|