nixos-combined-flake/modules/nixos/server/default.nix

7 lines
54 B
Nix

{
imports = [
./nginx
./binary-cache
];
}