update(garage): deplyment on baldur and heimdall
This commit is contained in:
parent
00d3d2d3f8
commit
44d237f20a
2 changed files with 7 additions and 6 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue