mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-15 17:15:14 +01:00
cleanup
This commit is contained in:
parent
beb86b7ea9
commit
a4e5e3720b
12 changed files with 134 additions and 176 deletions
|
|
@ -10,9 +10,14 @@
|
|||
};
|
||||
};
|
||||
|
||||
networking.firewall.interfaces.wg0.allowedTCPPorts = [ 9011 ]; # metrics
|
||||
networking.firewall.interfaces.wg0.allowedTCPPorts = [ 9011 ];
|
||||
|
||||
systemd.services.docker-registry.serviceConfig.EnvironmentFile = config.age.secrets.registry_s3_key_secret.path;
|
||||
systemd.services.docker-registry = {
|
||||
serviceConfig.EnvironmentFile = config.age.secrets.registry_s3_key_secret.path;
|
||||
environment = {
|
||||
OTEL_TRACES_EXPORTER = "none";
|
||||
};
|
||||
};
|
||||
services.dockerRegistry = {
|
||||
enable = true;
|
||||
storagePath = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue