Get Pixelfed running on metal #24

Merged
taeer merged 26 commits from pixelfed-on-metal into main 2024-09-26 15:52:16 +02:00
Showing only changes of commit 9be8232083 - Show all commits

View file

@ -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 ];