[HACK] comment out virtualisation
This commit is contained in:
parent
c9665b927f
commit
9be8232083
|
@ -132,19 +132,19 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf config.fediversity.enable {
|
config = lib.mkIf config.fediversity.enable {
|
||||||
virtualisation.diskSize = 2048;
|
# virtualisation.diskSize = 2048;
|
||||||
virtualisation.forwardPorts = [
|
# virtualisation.forwardPorts = [
|
||||||
{
|
# {
|
||||||
from = "host";
|
# from = "host";
|
||||||
host.port = config.fediversity.internal.garage.rpc.port;
|
# host.port = config.fediversity.internal.garage.rpc.port;
|
||||||
guest.port = config.fediversity.internal.garage.rpc.port;
|
# guest.port = config.fediversity.internal.garage.rpc.port;
|
||||||
}
|
# }
|
||||||
{
|
# {
|
||||||
from = "host";
|
# from = "host";
|
||||||
host.port = config.fediversity.internal.garage.web.port;
|
# host.port = config.fediversity.internal.garage.web.port;
|
||||||
guest.port = config.fediversity.internal.garage.web.port;
|
# guest.port = config.fediversity.internal.garage.web.port;
|
||||||
}
|
# }
|
||||||
];
|
# ];
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.minio-client pkgs.awscli ];
|
environment.systemPackages = [ pkgs.minio-client pkgs.awscli ];
|
||||||
|
|
||||||
|
|
Reference in a new issue