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

7 lines
55 B
Nix

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