diff --git a/fediversity/garage.nix b/fediversity/garage.nix index 84af662..2c3e006 100644 --- a/fediversity/garage.nix +++ b/fediversity/garage.nix @@ -132,19 +132,19 @@ in }; config = lib.mkIf config.fediversity.enable { - virtualisation.diskSize = 2048; - virtualisation.forwardPorts = [ - { - from = "host"; - host.port = config.fediversity.internal.garage.rpc.port; - guest.port = config.fediversity.internal.garage.rpc.port; - } - { - from = "host"; - host.port = config.fediversity.internal.garage.web.port; - guest.port = config.fediversity.internal.garage.web.port; - } - ]; + # virtualisation.diskSize = 2048; + # virtualisation.forwardPorts = [ + # { + # from = "host"; + # host.port = config.fediversity.internal.garage.rpc.port; + # guest.port = config.fediversity.internal.garage.rpc.port; + # } + # { + # from = "host"; + # host.port = config.fediversity.internal.garage.web.port; + # guest.port = config.fediversity.internal.garage.web.port; + # } + # ]; environment.systemPackages = [ pkgs.minio-client pkgs.awscli ];