nixfiles/nixos/modules/_list.nix
Jack O'Sullivan a2b146e8ba
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 22m56s
nixos: Add librespeed
2024-01-03 01:07:12 +00:00

25 lines
585 B
Nix

{
nixos.modules = {
common = ./common.nix;
user = ./user.nix;
build = ./build.nix;
dynamic-motd = ./dynamic-motd.nix;
tmproot = ./tmproot.nix;
firewall = ./firewall.nix;
server = ./server.nix;
deploy-rs = ./deploy-rs.nix;
secrets = ./secrets.nix;
containers = ./containers.nix;
vms = ./vms.nix;
network = ./network.nix;
pdns = ./pdns.nix;
nginx-sso = ./nginx-sso.nix;
gui = ./gui.nix;
l2mesh = ./l2mesh.nix;
borgthin = ./borgthin.nix;
nvme = ./nvme;
spdk = ./spdk.nix;
librespeed = ./librespeed;
};
}