vps-arm-2024-11-21-20-36-18

This commit is contained in:
Alexander Szczepanski
2024-11-21 20:36:18 +01:00
parent 4ce1b07a81
commit ea97ba69c4
3 changed files with 16 additions and 3 deletions

13
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,13 @@
{
"sqltools.connections": [
{
"previewLimit": 50,
"server": "localhost",
"port": 5432,
"driver": "PostgreSQL",
"name": "localhost - nextcloud",
"database": "nextcloud",
"username": "postgres"
}
]
}

View File

@ -8,7 +8,7 @@
docker = {
enable = true;
extraOptions = "--metrics-addr='127.0.0.1:9323' --experimental";
storageDriver = "btrfs";
# storageDriver = "btrfs";
};
};

View File

@ -57,8 +57,8 @@
region_code = "headscale";
region_name = "Headscale Embedded DERP";
stun_listen_addr = "0.0.0.0:3478";
# private_key_path: /var/lib/headscale/derp_server_private.key
ipv4 = "152.53.18.107";
ipv6 = "2a0a:4cc0:1:124c::1";
};
};
};