2023-12-12 13:20:55 +00:00
|
|
|
# Only optional modules should be imported here.
|
|
|
|
{
|
|
|
|
imports = [
|
2023-12-12 13:28:41 +00:00
|
|
|
./hardware/qol.nix
|
2023-12-12 13:20:55 +00:00
|
|
|
./networking/setup.nix
|
|
|
|
./networking/wireguard.nix
|
2023-12-15 06:14:15 +00:00
|
|
|
./services/backup
|
2024-12-11 10:01:25 +00:00
|
|
|
./services/mail-archive.nix
|
2024-12-11 05:25:38 +00:00
|
|
|
./services/reverse-proxy.nix
|
2024-11-26 10:30:41 +00:00
|
|
|
./services/monitoring.nix
|
2023-12-15 12:22:08 +00:00
|
|
|
./services/download-media
|
2024-12-31 06:16:34 +00:00
|
|
|
./services/rss-reader
|
2024-12-09 11:21:23 +00:00
|
|
|
./services/penpot
|
2023-12-13 02:45:29 +00:00
|
|
|
./setups/desktop.nix
|
2023-12-13 02:50:33 +00:00
|
|
|
./setups/development.nix
|
2023-12-13 02:46:46 +00:00
|
|
|
./setups/gaming.nix
|
2023-12-13 02:42:43 +00:00
|
|
|
./setups/music.nix
|
2023-12-12 13:20:55 +00:00
|
|
|
];
|
|
|
|
}
|