netboot.nix/size-test/incremental.nix

5 lines
64 B
Nix

{
imports = [ ./base.nix ];
services.nginx.enable = true;
}