infrastructure/modules/tf/gcroot.nix

3 lines
52 B
Nix

{ config, ... }: {
deploy.gcroot.enable = true;
}