update(garage): deplyment on baldur and heimdall

This commit is contained in:
Filippo Berto 2025-10-26 20:41:46 +01:00
parent 00d3d2d3f8
commit 44d237f20a
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC
2 changed files with 7 additions and 6 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, lib, config, ... }: {
{ pkgs, config, ... }: {
users.groups.garage = { };
users.users.garage = { isSystemUser = true; group = "garage"; };
age.secrets.garage_rpc_secret = {
@ -6,7 +6,7 @@
owner = "garage";
};
networking.firewall.allowedTCPPorts = [
networking.firewall.interfaces."tailscale0".allowedTCPPorts = [
3900
3901
];
@ -35,10 +35,10 @@
root_domain = ".s3.bertof.net";
};
s3_web = {
bind_addr = "0.0.0.0:3902";
root_domain = ".web.bertof.net";
};
# s3_web = {
# bind_addr = "0.0.0.0:3902";
# root_domain = ".web.bertof.net";
# };
# k2v_api = {
# api_bind_addr = "[::]:3904";