Files
nixos/modules/nixos/default.nix
T

31 lines
430 B
Nix
Raw Normal View History

2024-10-18 16:46:35 -05:00
{
...
}:
2022-09-07 20:01:51 -05:00
{
imports = [
2025-12-23 18:13:25 -06:00
./albyhub.nix
./backup.nix
./ceph.nix
./db.nix
./gitea-runner.nix
2025-07-29 23:13:10 -05:00
./gitlab-runner.nix
./gnome.nix
./home.nix
./kde.nix
2026-03-10 08:46:10 -05:00
#./kiwix-serve.nix
2025-05-19 20:10:21 -05:00
./kubernetes.nix
./linode.nix
2025-05-14 21:19:49 -05:00
./podman.nix
./print.nix
./proxy.nix
2024-10-18 16:46:35 -05:00
./remote-builder.nix
./router.nix
./rpi4.nix
./syncthing.nix
2026-03-28 23:24:52 -05:00
./nebula.nix
./tailscale.nix
./vmdev.nix
];
2022-09-07 20:01:51 -05:00
}